We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2066d0 commit 4ac0970Copy full SHA for 4ac0970
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
16
- name: Cache build artifacts
17
id: cache-cargo
18
- uses: actions/cache@v2
+ uses: actions/cache@v4
19
with:
20
path: |
21
~/.cargo/bin
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
22
23
24
~/.cargo/registry
0 commit comments