Skip to content

Commit e6b75a2

Browse files
authored
Merge pull request #5 from kool-dev/dependabot/github_actions/actions/cache-v2.1.5
Bump actions/cache from v2.1.4 to v2.1.5
2 parents 484bc91 + e3e2d69 commit e6b75a2

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
1919

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

0 commit comments

Comments
 (0)