We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5944e0 commit 1f83b38Copy full SHA for 1f83b38
.github/workflows/cargo-build.yml
@@ -19,17 +19,17 @@ jobs:
19
override: true
20
components: rustfmt, clippy
21
- name: Cache cargo registry
22
- uses: actions/cache@v4.0.2
+ uses: actions/cache@v4.1.0
23
with:
24
path: ~/.cargo/registry
25
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
26
- name: Cache cargo index
27
28
29
path: ~/.cargo/git
30
key: ${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.lock') }}
31
- name: Cache cargo build
32
33
34
path: target
35
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
0 commit comments