Skip to content

Commit 654905d

Browse files
Update actions/cache action to v6 (#35)
1 parent 60ae7d6 commit 654905d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/cache_cargo/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ runs:
44
using: composite
55
steps:
66
- name: Cache cargo registry
7-
uses: actions/cache@v5
7+
uses: actions/cache@v6
88
with:
99
path: |
1010
~/.cargo/registry

0 commit comments

Comments
 (0)