We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ae7d6 commit 654905dCopy full SHA for 654905d
1 file changed
.github/actions/cache_cargo/action.yml
@@ -4,7 +4,7 @@ runs:
4
using: composite
5
steps:
6
- name: Cache cargo registry
7
- uses: actions/cache@v5
+ uses: actions/cache@v6
8
with:
9
path: |
10
~/.cargo/registry
0 commit comments