diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 87c4262c..101fe4ff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -44,7 +44,7 @@ jobs: toolchain: ${{ env.RUST_VERSION }} target: ${{ matrix.target.triple }} - - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 + - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 with: shared-key: ${{ matrix.target.triple }} # Always save the build artifacts to the cache to speed up builds of additional @@ -82,7 +82,7 @@ jobs: toolchain: ${{ env.RUST_VERSION }} target: ${{ matrix.target.triple }} - - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 + - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 with: shared-key: ${{ matrix.target.triple }} save-if: false @@ -124,7 +124,7 @@ jobs: with: toolchain: ${{ env.RUST_VERSION }} - - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 + - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 with: shared-key: "x86_64-unknown-linux-gnu" save-if: false @@ -145,7 +145,7 @@ jobs: toolchain: ${{ env.RUST_VERSION }} components: clippy - - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 + - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 with: shared-key: "x86_64-unknown-linux-gnu" save-if: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 64b7cfa0..068acfc6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -116,7 +116,7 @@ jobs: # Note that a build for one tag cannot access cache created by a build for a different tag, # therefore caching does not work for real release builds. - name: Debugging | Cache Rust deps - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 + uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 if: ${{ !startsWith(github.ref, 'refs/tags/') }} with: shared-key: release-${{ matrix.target }}