Skip to content

Commit e9a2029

Browse files
committed
Update actions/cache action to v2.1.6
1 parent 9756cb3 commit e9a2029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
driver-opts: image=moby/buildkit:master
118118

119119
- name: Cache Docker layers
120-
uses: actions/cache@v2.1.5
120+
uses: actions/cache@v2.1.6
121121
with:
122122
path: /tmp/.buildx-cache
123123
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)