Skip to content

Commit 80fb859

Browse files
authored
Merge pull request #20 from PDOK/PDOK-17406-upgrade-github-actions
Bump actions/cache from v2 to v4
2 parents bf377b8 + ab18e6b commit 80fb859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)