We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1565f9 + 1b3275f commit 43a99fbCopy full SHA for 43a99fb
.github/workflows/ci.yml
@@ -36,17 +36,17 @@ jobs:
36
steps:
37
- uses: actions/checkout@v4
38
- name: Cache cargo registry
39
- uses: actions/cache@v2
+ uses: actions/cache@v4
40
with:
41
path: ~/.cargo/registry
42
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
43
- name: Cache cargo index
44
45
46
path: ~/.cargo/git
47
key: ${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.lock') }}
48
- name: Cache cargo build
49
50
51
path: target
52
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
0 commit comments