diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bac2fb4aaad..c13be525516 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,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 (clippy) run: cargo clippy --all-features --all-targets - name: Lint (rustfmt) @@ -46,7 +46,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: components: rustfmt, clippy - - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2 + - uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2 - name: Build rustdoc run: cargo doc --all-features --workspace @@ -67,7 +67,7 @@ jobs: - uses: dtolnay/rust-toolchain@master with: toolchain: ${{ matrix.rust-version }} - - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2 + - uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2 with: # Matrix instances (other than OS) need to be added to this explicitly key: ${{ matrix.rust-version }} @@ -108,7 +108,7 @@ jobs: with: toolchain: stable targets: x86_64-pc-windows-gnu - - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2 + - uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # 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 04344bee8ee..76130825fc8 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -22,7 +22,7 @@ jobs: - uses: dtolnay/rust-toolchain@nightly with: components: llvm-tools-preview - - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2 + - uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2 - name: Install latest nextest release uses: taiki-e/install-action@nextest diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 33d9ac9f5cc..bc94370d29b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - uses: dtolnay/rust-toolchain@stable - - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2 + - uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2 - name: Install static-sitemap-cli run: npm install static-sitemap-cli - name: Build rustdoc