We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 348249c commit d079875Copy full SHA for d079875
1 file changed
.github/workflows/rust.yaml
@@ -69,7 +69,7 @@ jobs:
69
rm -rf ~/.cargo/registry/index/ ~/.cargo/registry/cache/ ~/.cargo/git/db/ ./target/
70
71
- name: Cache
72
- uses: actions/cache@v4
+ uses: actions/cache@v5
73
with:
74
path: |
75
~/.cargo/registry/index/
@@ -115,7 +115,7 @@ jobs:
115
116
117
118
119
120
121
@@ -154,7 +154,7 @@ jobs:
154
155
156
157
158
159
160
0 commit comments