Skip to content

Commit 66e366f

Browse files
committed
Update cache action to v4
1 parent 7264721 commit 66e366f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/cache_cargo/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55

66
steps:
77
- name: Cache cargo registry
8-
uses: actions/cache@v2
8+
uses: actions/cache@v4
99
with:
1010
path: |
1111
~/.cargo/bin/

0 commit comments

Comments
 (0)