Skip to content

Commit

Permalink
Merge pull request #660 from OpenPoolProject/renovate/actions-cache-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/cache action to v4
  • Loading branch information
kilpatty authored Jan 25, 2024
2 parents 2ce27c5 + 4d63cf7 commit 09eec45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,14 +205,14 @@ jobs:
stable
# @todo potentially switch these with Swatinem rust-cache see above.
- name: Cache cargo registry
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
with:
path: ~/.cargo/registry
key:
bloat-${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock')
}}
- name: Cache cargo index
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
with:
path: ~/.cargo/git
key:
Expand Down

0 comments on commit 09eec45

Please sign in to comment.