From 1701e2808045b0dcf5cb66afdd13eefd05e6cf4a Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 3 Sep 2022 13:30:01 -0400 Subject: [PATCH] ci: switch from 'v1' to 'master' for dtolnay action --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32c8533..f419055 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: with: fetch-depth: 1 - name: Install Rust - uses: dtolnay/rust-toolchain@v1 + uses: dtolnay/rust-toolchain@master with: toolchain: ${{ matrix.rust }} - name: Use Cross @@ -101,7 +101,7 @@ jobs: with: fetch-depth: 1 - name: Install Rust - uses: dtolnay/rust-toolchain@v1 + uses: dtolnay/rust-toolchain@master with: toolchain: stable components: rustfmt