Skip to content

Commit 53dfade

Browse files
authored
Merge pull request #63 from PDOK/PDOK-17406-upgrade-github-actions
Bump actions/cache from v2 to v4
2 parents befec01 + a18cbab commit 53dfade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Docker Buildx
2828
uses: docker/setup-buildx-action@v2
2929
- name: Cache Docker layers
30-
uses: actions/cache@v2
30+
uses: actions/cache@v4
3131
with:
3232
path: /tmp/.buildx-cache
3333
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)