Skip to content

Commit 62b360e

Browse files
Bump docker/setup-qemu-action from 1 to 2
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>
1 parent 1b2a3c9 commit 62b360e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- name: Set up QEMU
4646
if: matrix.cibw_archs == 'aarch64'
47-
uses: docker/setup-qemu-action@v1
47+
uses: docker/setup-qemu-action@v2
4848
with:
4949
platforms: arm64
5050

0 commit comments

Comments
 (0)