Skip to content

Commit c9f34dd

Browse files
Build: Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [actions/download-artifact](https://github.com/actions/download-artifact). 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) Updates `actions/download-artifact` from 4.1.8 to 4.1.9 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@fa0a91b...cc20338) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9876b4b commit c9f34dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheels.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,14 @@ jobs:
108108
platforms: all
109109

110110
- name: Build wheels
111-
uses: pypa/cibuildwheel@v2.22.0
111+
uses: pypa/cibuildwheel@v2.23.0
112112
with:
113113
only: ${{ matrix.only }}
114114

115115
- name: Build faster Linux wheels
116116
# also build wheels with the most recent manylinux images and gcc
117117
if: runner.os == 'Linux' && !contains(matrix.only, 'i686')
118-
uses: pypa/cibuildwheel@v2.22.0
118+
uses: pypa/cibuildwheel@v2.23.0
119119
env:
120120
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
121121
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
@@ -163,7 +163,7 @@ jobs:
163163
uses: actions/checkout@v4
164164

165165
- name: Download files
166-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
166+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
167167
with:
168168
path: ./dist_downloads
169169
merge-multiple: true

0 commit comments

Comments
 (0)