diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cf8a5c..b44d847 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@a45951ff880207c249adf57334cf2e9bd81d6e1e # v2 + uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 with: cache-on-failure: true @@ -103,7 +103,7 @@ jobs: # Swatinem/rust-cache@v2 - name: Cache Cargo + target - uses: Swatinem/rust-cache@a45951ff880207c249adf57334cf2e9bd81d6e1e # v2 + uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 with: cache-on-failure: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0bf7451..687f7e0 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@a45951ff880207c249adf57334cf2e9bd81d6e1e + uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 with: shared-key: "release-v1" cache-on-failure: false