We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08d2039 + 044dbd7 commit 0465b69Copy full SHA for 0465b69
1 file changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
19
# Cache dependencies to speed up subsequent builds
20
- name: Cache Cargo dependencies
21
- uses: actions/cache@v2
+ uses: actions/cache@v4
22
with:
23
path: ~/.cargo
24
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
@@ -35,4 +35,4 @@ jobs:
35
36
# Run static analysis with clippy
37
- name: Run clippy
38
- run: cargo clippy --all -- -D warnings
+ run: cargo clippy --all -- -D warnings
0 commit comments