Skip to content

Commit b70dcf2

Browse files
chore(deps): bump the actions group with 2 updates (#286)
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.4.0 to 3.6.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v3.4.0...v3.6.0) Updates `pypa/cibuildwheel` from 2.22.0 to 2.23.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.22.0...v2.23.0) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1f2291a commit b70dcf2

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
@@ -67,13 +67,13 @@ jobs:
6767
fetch-depth: 0 # required for versioneer to find tags
6868

6969
- name: Set up QEMU
70-
uses: docker/setup-qemu-action@v3.4.0
70+
uses: docker/setup-qemu-action@v3.6.0
7171
if: runner.os == 'Linux' && runner.arch == 'X64'
7272

7373
- uses: yezz123/setup-uv@v4
7474

7575
- name: Build wheels
76-
uses: pypa/cibuildwheel@v2.22.0
76+
uses: pypa/cibuildwheel@v2.23.0
7777
env:
7878
CIBW_ARCHS: "${{ matrix.arch }}"
7979

0 commit comments

Comments
 (0)