We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 970b4b5 + 5833894 commit 3bff982Copy full SHA for 3bff982
1 file changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: dtolnay/rust-toolchain@stable
21
22
- name: Cache dependencies
23
- uses: actions/cache@v4
+ uses: actions/cache@v5
24
with:
25
path: |
26
~/.cargo/registry
@@ -57,7 +57,7 @@ jobs:
57
components: clippy
58
59
60
61
62
63
@@ -78,7 +78,7 @@ jobs:
78
79
80
- name: Cache cargo tools
81
82
83
path: ~/.cargo/bin
84
key: ${{ runner.os }}-cargo-tools-${{ hashFiles('**/Cargo.lock') }}
0 commit comments