diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 096123251..ab40e8570 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: components: rustfmt, clippy - - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2 + - uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2 - name: Lint (rustfmt) run: cargo xfmt --check - name: Lint (clippy) @@ -41,7 +41,7 @@ jobs: - uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1 with: toolchain: ${{ matrix.rust-version }} - - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2 + - uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2 - name: Build run: cargo build - name: Install nextest