Skip to content

Commit 9e8c144

Browse files
authored
Merge pull request #19 from kool-dev/dependabot/github_actions/actions/cache-2.1.7
Bump actions/cache from 2.1.6 to 2.1.7
2 parents 8e0512d + 7af141b commit 9e8c144

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.6.0
1919

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

0 commit comments

Comments
 (0)