Skip to content

Commit c516a1d

Browse files
Bump the actions group with 2 updates
Bumps the actions group with 2 updates: [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `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) Updates `pypa/cibuildwheel` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.3.1...v3.4.0) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: pypa/cibuildwheel dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ae15001 commit c516a1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
submodules: true
4646
# Linux emulation for aarch64 support
4747
# https://cibuildwheel.pypa.io/en/stable/faq/#emulation
48-
- uses: docker/setup-qemu-action@v3
48+
- uses: docker/setup-qemu-action@v4
4949
with:
5050
platforms: all
5151
if: runner.os == 'Linux' && matrix.arch == 'aarch64'
52-
- uses: pypa/cibuildwheel@v3.3.1
52+
- uses: pypa/cibuildwheel@v3.4.0
5353
env:
5454
CIBW_ARCHS: "${{ matrix.arch }}"
5555
CIBW_BUILD: "${{ matrix.python }}-*"

0 commit comments

Comments
 (0)