Skip to content

Commit 1cb34f7

Browse files
authored
Merge pull request #1307 from projectsyn/renovate/docker-setup-buildx-action-4.x
Update docker/setup-buildx-action action to v4
2 parents 88a9dd7 + 8fa6207 commit 1cb34f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up QEMU
2626
uses: docker/setup-qemu-action@v4
2727
- name: Set up Docker Buildx
28-
uses: docker/setup-buildx-action@v3
28+
uses: docker/setup-buildx-action@v4
2929
- name: Set image version latest
3030
if: github.ref == 'refs/heads/master'
3131
run: echo "VERSION=latest" >> ${GITHUB_ENV}

0 commit comments

Comments
 (0)