Skip to content

Commit 33f83d9

Browse files
Bump actions/cache from v1 to v2.1.4
Bumps [actions/cache](https://github.com/actions/cache) from v1 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v1...26968a0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 90b1898 commit 33f83d9

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)