Skip to content

Commit d861472

Browse files
authored
Merge pull request #69 from kool-dev/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents c64e932 + 11fd73d commit d861472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: docker/setup-buildx-action@v3
2323

2424
- name: Cache Docker layers
25-
uses: actions/cache@v3
25+
uses: actions/cache@v4
2626
with:
2727
path: /tmp/.buildx-cache
2828
key: docker-buildx-${{ matrix.version }}-${{ github.sha }}

0 commit comments

Comments
 (0)