Skip to content

Commit 5ec3fa0

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 ec45385 commit 5ec3fa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
# https://github.com/docker/setup-qemu-action
2626
- name: Set up QEMU
27-
uses: docker/setup-qemu-action@v3
27+
uses: docker/setup-qemu-action@v4
2828

2929
# Set up BuildKit Docker container builder to be able to build multi-platform images and export cache
3030
# https://github.com/docker/setup-buildx-action
@@ -74,7 +74,7 @@ jobs:
7474

7575
# https://github.com/docker/setup-qemu-action
7676
- name: Set up QEMU
77-
uses: docker/setup-qemu-action@v3
77+
uses: docker/setup-qemu-action@v4
7878

7979
# Set up BuildKit Docker container builder to be able to build multi-platform images and export cache
8080
# https://github.com/docker/setup-buildx-action

0 commit comments

Comments
 (0)