Skip to content

Commit b8598e7

Browse files
authored
Merge pull request #5 from vsilent/dependabot/github_actions/actions/cache-v2.1.4
Bump actions/cache from v1 to v2.1.4
2 parents e149222 + 33f83d9 commit b8598e7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
override: true
2626

2727
- name: Cache cargo registry
28-
uses: actions/cache@v1
28+
uses: actions/cache@v2.1.4
2929
with:
3030
path: ~/.cargo/registry
3131
key: docker-registry-${{ hashFiles('**/Cargo.lock') }}
@@ -34,7 +34,7 @@ jobs:
3434
docker-
3535
3636
- name: Cache cargo index
37-
uses: actions/cache@v1
37+
uses: actions/cache@v2.1.4
3838
with:
3939
path: ~/.cargo/git
4040
key: docker-index-${{ hashFiles('**/Cargo.lock') }}
@@ -43,7 +43,7 @@ jobs:
4343
docker-
4444
4545
- name: Cache cargo build
46-
uses: actions/cache@v1
46+
uses: actions/cache@v2.1.4
4747
with:
4848
path: target
4949
key: docker-build-${{ hashFiles('**/Cargo.lock') }}

0 commit comments

Comments
 (0)