We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f1f20 commit d0d23a6Copy full SHA for d0d23a6
.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