Skip to content

Commit 6694535

Browse files
chore(deps): bump the actions group across 1 directory with 2 updates (#257)
Bumps the actions group with 2 updates in the / directory: [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.0.0 to 3.2.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v3.0.0...v3.2.0) Updates `pypa/cibuildwheel` from 2.19.1 to 2.20.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.19.1...v2.20.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 509a29d commit 6694535

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

6767
- name: Set up QEMU
68-
uses: docker/setup-qemu-action@v3.0.0
68+
uses: docker/setup-qemu-action@v3.2.0
6969
if: runner.os == 'Linux'
7070

7171
- uses: yezz123/setup-uv@v4
7272

7373
- name: Build wheels
74-
uses: pypa/cibuildwheel@v2.19.1
74+
uses: pypa/cibuildwheel@v2.20.0
7575
env:
7676
CIBW_ARCHS: "${{ matrix.arch }}"
7777

0 commit comments

Comments
 (0)