Skip to content

Commit d26d6cb

Browse files
committed
Update to actions/cache v4.2.3
The current `9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7` is deprecated.
1 parent 5082248 commit d26d6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
override: true
2323

2424
- name: Cache Dependencies & Build Outputs
25-
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3.0.11
25+
uses: actions/cache@v4.2.3
2626
with:
2727
path: |
2828
~/.cargo/registry

0 commit comments

Comments
 (0)