We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8da518 commit 9e612edCopy full SHA for 9e612ed
1 file changed
.github/workflows/docker.yml
@@ -30,7 +30,7 @@ jobs:
30
components: rustfmt, clippy
31
32
- name: Cache cargo registry
33
- uses: actions/cache@v3.5.0
+ uses: actions/cache@v5.0.3
34
with:
35
path: ~/.cargo/registry
36
key: docker-registry-${{ hashFiles('**/Cargo.lock') }}
@@ -39,7 +39,7 @@ jobs:
39
docker-
40
41
- name: Cache cargo index
42
43
44
path: ~/.cargo/git
45
key: docker-index-${{ hashFiles('**/Cargo.lock') }}
@@ -52,7 +52,7 @@ jobs:
52
head -c16 /dev/urandom > src/secret.key
53
54
- name: Cache cargo build
55
56
57
path: target
58
key: docker-build-${{ hashFiles('**/Cargo.lock') }}
0 commit comments