Skip to content

Commit b668c2d

Browse files
dependabot[bot]jcfr
authored andcommitted
build(deps): 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.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] <support@github.com>
1 parent b7e2e5d commit b668c2d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ jobs:
109109
fetch-depth: 0
110110

111111
- name: Set up QEMU
112-
uses: docker/setup-qemu-action@v3.4.0
112+
uses: docker/setup-qemu-action@v3.6.0
113113
if: matrix.use_qemu
114114

115-
- uses: pypa/cibuildwheel@v2.22.0
115+
- uses: pypa/cibuildwheel@v2.23.2
116116
env:
117117
CIBW_BUILD: "cp312-*"
118118
CIBW_ARCHS: "${{ matrix.arch }}"

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ jobs:
101101
fetch-depth: 0
102102

103103
- name: Set up QEMU
104-
uses: docker/setup-qemu-action@v3.4.0
104+
uses: docker/setup-qemu-action@v3.6.0
105105
if: matrix.use_qemu
106106

107-
- uses: pypa/cibuildwheel@v2.22.0
107+
- uses: pypa/cibuildwheel@v2.23.2
108108
env:
109109
CIBW_BUILD: "${{ matrix.python-version }}-*"
110110
CIBW_ARCHS: "${{ matrix.arch }}"

0 commit comments

Comments
 (0)