diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 593272411e8..c49907df380 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: components: rustfmt, clippy - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2 - name: Lint (clippy) run: cargo clippy --all-features --all-targets - name: Lint (rustfmt) @@ -50,7 +50,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: components: rustfmt, clippy - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2 - name: Build rustdoc run: cargo doc --all-features --workspace @@ -90,7 +90,7 @@ jobs: - uses: dtolnay/rust-toolchain@master with: toolchain: ${{ matrix.rust-version }} - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2 with: # Matrix instances (other than OS) need to be added to this explicitly key: ${{ matrix.rust-version }} @@ -172,7 +172,7 @@ jobs: with: toolchain: stable targets: x86_64-pc-windows-gnu - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2 - name: Install wine and gcc-mingw-w64-x86-64-win32 run: | sudo apt-get update diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 58cc308f33d..d9dd90af321 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -27,7 +27,7 @@ jobs: - uses: dtolnay/rust-toolchain@nightly with: components: llvm-tools-preview - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2 - name: Install latest nextest release uses: taiki-e/install-action@763e3324d4fd026c9bd284c504378585777a87d5 # v2 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3e8661ca6aa..fe517328f04 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -22,7 +22,7 @@ jobs: # The full history is required to make mkdocs' git-revision-date-localized plugin work fetch-depth: 0 - uses: dtolnay/rust-toolchain@stable - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2 - name: Install nextest for help text in docs uses: taiki-e/install-action@nextest - name: Install uv