Skip to content

Commit d2faa21

Browse files
Bump docker/setup-qemu-action from 2 to 3 (#97)
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v2...v3) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c231ca0 commit d2faa21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
# see https://cibuildwheel.readthedocs.io/en/stable/faq/#emulation
8888
- name: Setup QEMU (for aarch64)
8989
if: matrix.cibw_archs == 'aarch64'
90-
uses: docker/setup-qemu-action@v2
90+
uses: docker/setup-qemu-action@v3
9191
with:
9292
platforms: arm64
9393

0 commit comments

Comments
 (0)