Skip to content

Commit 0465b69

Browse files
authored
Merge pull request #7 from wavefnx/wavefnx/update-cache-action-version
update cache action
2 parents 08d2039 + 044dbd7 commit 0465b69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
# Cache dependencies to speed up subsequent builds
2020
- name: Cache Cargo dependencies
21-
uses: actions/cache@v2
21+
uses: actions/cache@v4
2222
with:
2323
path: ~/.cargo
2424
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
@@ -35,4 +35,4 @@ jobs:
3535

3636
# Run static analysis with clippy
3737
- name: Run clippy
38-
run: cargo clippy --all -- -D warnings
38+
run: cargo clippy --all -- -D warnings

0 commit comments

Comments
 (0)