Skip to content

Commit 5285450

Browse files
dependabot[bot]outdooracorn
authored andcommitted
Bump actions/cache from 2.1.5 to 2.1.6 (#24)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 64c37af commit 5285450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: docker/setup-buildx-action@v1.3.0
3030
-
3131
name: Cache Docker layers
32-
uses: actions/cache@v2.1.5
32+
uses: actions/cache@v2.1.6
3333
with:
3434
path: /tmp/.buildx-cache
3535
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)