diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9491f720..ba7b69cf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,7 +41,7 @@ jobs: toolchain: stable target: ${{ matrix.target }} - - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0 + - uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1 with: shared-key: ${{ matrix.target }} # Always save the build artifacts to the cache to speed up builds of additional @@ -79,7 +79,7 @@ jobs: toolchain: stable target: ${{ matrix.target }} - - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0 + - uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1 with: shared-key: ${{ matrix.target }} save-if: false @@ -119,7 +119,7 @@ jobs: with: toolchain: stable - - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0 + - uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1 with: shared-key: "x86_64-unknown-linux-gnu" save-if: false @@ -138,7 +138,7 @@ jobs: toolchain: stable components: clippy - - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0 + - uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1 with: shared-key: "x86_64-unknown-linux-gnu" save-if: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b798fa4e..f8f4cc95 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@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0 + uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1 if: ${{ !startsWith(github.ref, 'refs/tags/') }} with: shared-key: release-${{ matrix.target }}