Skip to content

Commit 8c9c6ae

Browse files
build(deps): Bump docker/setup-qemu-action from 1 to 2 (#1383)
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v1...v2) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a47b026 commit 8c9c6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
submodules: true
2424
- name: Set up QEMU
25-
uses: docker/setup-qemu-action@v1
25+
uses: docker/setup-qemu-action@v2
2626
with:
2727
platforms: ${{ env.DOCKER_PLATFORMS }}
2828
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)