Skip to content

Commit 4dc96f1

Browse files
chore(deps): update actions/cache digest to 2cdf405
1 parent d1a33db commit 4dc96f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,14 +205,14 @@ jobs:
205205
stable
206206
# @todo potentially switch these with Swatinem rust-cache see above.
207207
- name: Cache cargo registry
208-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
208+
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4
209209
with:
210210
path: ~/.cargo/registry
211211
key:
212212
bloat-${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock')
213213
}}
214214
- name: Cache cargo index
215-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
215+
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4
216216
with:
217217
path: ~/.cargo/git
218218
key:

0 commit comments

Comments
 (0)