We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e149222 + 33f83d9 commit b8598e7Copy full SHA for b8598e7
1 file changed
.github/workflows/docker.yml
@@ -25,7 +25,7 @@ jobs:
25
override: true
26
27
- name: Cache cargo registry
28
- uses: actions/cache@v1
+ uses: actions/cache@v2.1.4
29
with:
30
path: ~/.cargo/registry
31
key: docker-registry-${{ hashFiles('**/Cargo.lock') }}
@@ -34,7 +34,7 @@ jobs:
34
docker-
35
36
- name: Cache cargo index
37
38
39
path: ~/.cargo/git
40
key: docker-index-${{ hashFiles('**/Cargo.lock') }}
@@ -43,7 +43,7 @@ jobs:
43
44
45
- name: Cache cargo build
46
47
48
path: target
49
key: docker-build-${{ hashFiles('**/Cargo.lock') }}
0 commit comments