Skip to content

Commit bb2658b

Browse files
authored
Merge pull request #20 from Der-Eddy/dependabot/github_actions/actions/cache-v2.1.4
Bump actions/cache from v2 to v2.1.4
2 parents e5332f7 + fc39dfd commit bb2658b

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)