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 11b559e commit 1d70202Copy full SHA for 1d70202
.github/workflows/test.yaml
@@ -23,17 +23,17 @@ jobs:
23
steps:
24
- uses: actions/checkout@v4
25
- name: Cache cargo registry
26
- uses: actions/cache@v1
+ uses: actions/cache@v4
27
with:
28
path: ~/.cargo/registry
29
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
30
- name: Cache cargo index
31
32
33
path: ~/.cargo/git
34
key: ${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.lock') }}
35
- name: Cache cargo binaries
36
37
38
path: ~/.cargo/bin
39
key: ${{ runner.os }}-cargo-bin-${{ hashFiles('**/Cargo.lock') }}
0 commit comments