Skip to content

Commit

Permalink
chore(deps): update actions/cache digest to c17f4bf
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 21, 2022
1 parent 2a6ceb1 commit 53f75b1
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 @@ -204,14 +204,14 @@ jobs:
stable
# @todo potentially switch these with Swatinem rust-cache see above.
- name: Cache cargo registry
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3
uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3
with:
path: ~/.cargo/registry
key:
bloat-${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock')
}}
- name: Cache cargo index
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3
uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3
with:
path: ~/.cargo/git
key:
Expand Down

0 comments on commit 53f75b1

Please sign in to comment.