We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1a33db commit 00bea37Copy full SHA for 00bea37
1 file changed
.github/workflows/ci.yml
@@ -205,14 +205,14 @@ jobs:
205
stable
206
# @todo potentially switch these with Swatinem rust-cache see above.
207
- name: Cache cargo registry
208
- uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
+ uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
209
with:
210
path: ~/.cargo/registry
211
key:
212
bloat-${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock')
213
}}
214
- name: Cache cargo index
215
216
217
path: ~/.cargo/git
218
0 commit comments