Skip to content

Commit fc39dfd

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: docker/setup-buildx-action@v1
5757
-
5858
name: Cache Docker layers
59-
uses: actions/cache@v2
59+
uses: actions/cache@v2.1.4
6060
with:
6161
path: /tmp/.buildx-cache
6262
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)