Skip to content

Commit 339d5f7

Browse files
Bump actions/cache from 2.1.5 to 2.1.6 (#29)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.5...v2.1.6) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 290a8e0 commit 339d5f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
components: rustfmt, clippy
2727

2828
- name: Cache cargo registry
29-
uses: actions/[email protected].5
29+
uses: actions/[email protected].6
3030
with:
3131
path: ~/.cargo/registry
3232
key: docker-registry-${{ hashFiles('**/Cargo.lock') }}
@@ -35,7 +35,7 @@ jobs:
3535
docker-
3636
3737
- name: Cache cargo index
38-
uses: actions/[email protected].5
38+
uses: actions/[email protected].6
3939
with:
4040
path: ~/.cargo/git
4141
key: docker-index-${{ hashFiles('**/Cargo.lock') }}
@@ -48,7 +48,7 @@ jobs:
4848
head -c16 /dev/urandom > src/secret.key
4949
5050
- name: Cache cargo build
51-
uses: actions/[email protected].5
51+
uses: actions/[email protected].6
5252
with:
5353
path: target
5454
key: docker-build-${{ hashFiles('**/Cargo.lock') }}

0 commit comments

Comments
 (0)