Skip to content

Commit 811de2a

Browse files
committed
Merge branch 'master' into mapserver_8.0.x_upgrade
2 parents ed0b4de + 53dfade commit 811de2a

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)