diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6aa0b0..448d597 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: # Swatinem/rust-cache@v2 (adopted from corinth-canal for better caching) - name: Cache Cargo + target - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@a45951ff880207c249adf57334cf2e9bd81d6e1e # v2 with: cache-on-failure: true @@ -103,7 +103,7 @@ jobs: # Swatinem/rust-cache@v2 - name: Cache Cargo + target - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@a45951ff880207c249adf57334cf2e9bd81d6e1e # v2 with: cache-on-failure: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 27d9e58..0bf7451 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: # Swatinem/rust-cache@v2 - name: Cache Cargo + target - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 + uses: Swatinem/rust-cache@a45951ff880207c249adf57334cf2e9bd81d6e1e with: shared-key: "release-v1" cache-on-failure: false