Skip to content

Commit db8bfa9

Browse files
build(actions): bump the build-related-actions group across 1 directory with 2 updates
Bumps the build-related-actions group with 2 updates in the /build-ci-wheels 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.6.0 to 3.7.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@2910929...c7c5346) Updates `pypa/cibuildwheel` from 3.2.1 to 3.3.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@9c00cb4...63fd63b) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-related-actions - dependency-name: pypa/cibuildwheel dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-related-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 73d174e commit db8bfa9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build-ci-wheels/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ runs:
9595

9696
- name: "Set up QEMU"
9797
if: ${{ inputs.cibw-archs == 'aarch64' }}
98-
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
98+
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
9999
with:
100100
platforms: arm64
101101

102102
- name: "Build wheels for CPython ${{ inputs.python-version }}"
103103
if: ${{ inputs.requires-pypy == 'false' }}
104-
uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
104+
uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
105105
env:
106106
CIBW_BUILD: ${{ inputs.cibw-build }}
107107
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
@@ -110,7 +110,7 @@ runs:
110110

111111
- name: "Build wheels for PyPy"
112112
if: ${{ inputs.requires-pypy == 'true' && inputs.cibw-archs != 'aarch64' }}
113-
uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
113+
uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
114114
env:
115115
CIBW_BUILD: "pp39-*"
116116
CIBW_SKIP: ${{ inputs.cibw-skip }}

0 commit comments

Comments
 (0)