Skip to content

Commit a59f2e1

Browse files
Bump docker/setup-qemu-action from 3 to 4
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3 to 4. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v3...v4) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bf3bbbf commit a59f2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
uses: actions/checkout@v6
8383

8484
- name: Set up QEMU
85-
uses: docker/setup-qemu-action@v3
85+
uses: docker/setup-qemu-action@v4
8686

8787
# Workaround: https://github.com/docker/build-push-action/issues/461
8888
- name: Setup Docker buildx

0 commit comments

Comments
 (0)