We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c7dd0f commit fa655c2Copy full SHA for fa655c2
.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