Skip to content

Commit 86396a9

Browse files
authored
Merge pull request #10 from kool-dev/dependabot/github_actions/actions/cache-2.1.6
Bump actions/cache from 2.1.5 to 2.1.6
2 parents f352498 + c337c3d commit 86396a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: docker/setup-buildx-action@v1.3.0
1919

2020
- name: Cache Docker layers
21-
uses: actions/cache@v2.1.5
21+
uses: actions/cache@v2.1.6
2222
with:
2323
path: /tmp/.buildx-cache
2424
key: docker-buildx-${{ matrix.version }}${{ matrix.type }}-${{ github.sha }}

0 commit comments

Comments
 (0)