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 027982f commit 7909693Copy full SHA for 7909693
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
components: rustfmt, clippy
23
24
- name: Cache dependencies
25
- uses: actions/cache@v3
+ uses: actions/cache@v4
26
with:
27
path: |
28
~/.cargo/registry
@@ -56,7 +56,7 @@ jobs:
56
components: rustfmt
57
58
59
60
61
62
@@ -95,7 +95,7 @@ jobs:
95
components: clippy
96
97
98
99
100
101
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
29
30
31
0 commit comments