We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8eb1b3 commit 90e6d4eCopy full SHA for 90e6d4e
.github/workflows/build.yml
@@ -54,7 +54,7 @@ jobs:
54
with:
55
toolchain: nightly
56
- name: Cargo cache
57
- uses: actions/cache@v3
+ uses: actions/cache@v4
58
continue-on-error: false
59
60
path: |
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
toolchain: stable
25
components: clippy, rustfmt
26
27
28
29
30
~/.cargo/registry
0 commit comments