Skip to content

Commit e188495

Browse files
authored
Merge pull request #70 from kool-dev/dependabot/github_actions/actions/cache-3.3.0
Bump actions/cache from 2.1.6 to 3.3.0
2 parents 5cb8611 + 68ca92a commit e188495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: docker/[email protected]
1818

1919
- name: Cache Docker layers
20-
uses: actions/cache@v2.1.6
20+
uses: actions/cache@v3.3.0
2121
with:
2222
path: /tmp/.buildx-cache
2323
key: docker-buildx-${{ matrix.version }}-${{ github.sha }}

0 commit comments

Comments
 (0)