Skip to content

Commit

Permalink
ci: Use actions/cache@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
taoky committed Nov 12, 2024
1 parent 2965743 commit 012cc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Generate Cargo.toml.cache (Ignore version=)
run: |
sed '/^version = /d' Cargo.toml > Cargo.toml.cache
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cargo/registry/index
Expand Down

0 comments on commit 012cc77

Please sign in to comment.