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.
2 parents 3db9633 + 7c31c3e commit 4f894eaCopy full SHA for 4f894ea
1 file changed
.github/workflows/rust.yml
@@ -33,7 +33,7 @@ jobs:
33
run: |
34
rustup update --no-self-update stable
35
rustup default stable
36
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
37
with:
38
path: |
39
~/.cargo/registry
@@ -57,7 +57,7 @@ jobs:
57
58
59
rustup component add --toolchain stable clippy rustfmt
60
61
62
63
0 commit comments