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 4dc96f1Copy full SHA for 4dc96f1
.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@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # 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