Skip to content

Commit 500fb02

Browse files
Bump actions/cache from 2.1.6 to 2.1.7 (#2)
1 parent 4a8f3b5 commit 500fb02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: docker/setup-buildx-action@v1.6.0
3232

3333
- name: Cache Docker layers
34-
uses: actions/cache@v2.1.6
34+
uses: actions/cache@v2.1.7
3535
with:
3636
path: /tmp/.buildx-cache
3737
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)