Skip to content

Commit 8c6da2a

Browse files
authored
Merge pull request #41 from kool-dev/dependabot/github_actions/actions/cache-3.0.7
Bump actions/cache from 3.0.5 to 3.0.7
2 parents 9b45d84 + 6a61a7f commit 8c6da2a

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
@@ -21,7 +21,7 @@ jobs:
2121
uses: docker/setup-buildx-action@v2.0.0
2222

2323
- name: Cache Docker layers
24-
uses: actions/cache@v3.0.5
24+
uses: actions/cache@v3.0.7
2525
with:
2626
path: /tmp/.buildx-cache
2727
key: docker-buildx-${{ matrix.version }}-${{ github.sha }}

0 commit comments

Comments
 (0)