diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 264f5f8..fe6261c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: - name: Install Rust toolchain (from rust-toolchain.toml) uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6 - - uses: Swatinem/rust-cache@8cbdedb5103daa674dcf46d3590fe06a76645684 + - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 with: shared-key: release-${{ runner.os }} save-if: ${{ github.ref == 'refs/heads/main' }} @@ -79,7 +79,7 @@ jobs: - name: Install Rust toolchain (from rust-toolchain.toml) uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6 - - uses: Swatinem/rust-cache@8cbdedb5103daa674dcf46d3590fe06a76645684 + - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 with: shared-key: release-${{ runner.os }} save-if: ${{ github.ref == 'refs/heads/main' }} @@ -122,7 +122,7 @@ jobs: - name: Install Rust toolchain (from rust-toolchain.toml) uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6 - - uses: Swatinem/rust-cache@8cbdedb5103daa674dcf46d3590fe06a76645684 + - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 with: shared-key: release-${{ runner.os }} save-if: ${{ github.ref == 'refs/heads/main' }} @@ -190,7 +190,7 @@ jobs: with: persist-credentials: false - uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6 - - uses: Swatinem/rust-cache@8cbdedb5103daa674dcf46d3590fe06a76645684 + - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 with: shared-key: release-${{ runner.os }} save-if: ${{ github.ref == 'refs/heads/main' }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3008497..b7a1bb0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,7 @@ jobs: - uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6 if: steps.detect.outputs.should_release == 'true' - - uses: Swatinem/rust-cache@8cbdedb5103daa674dcf46d3590fe06a76645684 + - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 if: steps.detect.outputs.should_release == 'true' with: shared-key: release-${{ runner.os }} @@ -339,7 +339,7 @@ jobs: - uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6 if: github.event_name == 'workflow_dispatch' && inputs.publish_crates == true - - uses: Swatinem/rust-cache@8cbdedb5103daa674dcf46d3590fe06a76645684 + - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 if: github.event_name == 'workflow_dispatch' && inputs.publish_crates == true with: shared-key: release-${{ runner.os }}