We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a18a6fb commit 5c86c52Copy full SHA for 5c86c52
.github/workflows/cargo-clippy.yml
@@ -50,17 +50,17 @@ jobs:
50
override: true
51
components: rustfmt, clippy
52
- name: Cache cargo registry
53
- uses: actions/cache@v4.2.3
+ uses: actions/cache@v4
54
with:
55
path: ~/.cargo/registry
56
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
57
- name: Cache cargo index
58
59
60
path: ~/.cargo/git
61
key: ${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.lock') }}
62
- name: Cache cargo build
63
64
65
path: target
66
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
0 commit comments