We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a33db commit ffb5ab2Copy full SHA for ffb5ab2
.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@5a3ec84eff668545956fd18022155c47e93e2684 # 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