Skip to content

Commit 1129c1f

Browse files
Build: Bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `pypa/cibuildwheel` from 2.17.0 to 2.18.1 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.17.0...v2.18.1) Updates `actions/download-artifact` from 4.1.4 to 4.1.7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@c850b93...65a9edc) --- 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 3e7ab03 commit 1129c1f

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
@@ -107,14 +107,14 @@ jobs:
107107
platforms: all
108108

109109
- name: Build wheels
110-
uses: pypa/cibuildwheel@v2.17.0
110+
uses: pypa/cibuildwheel@v2.18.1
111111
with:
112112
only: ${{ matrix.only }}
113113

114114
- name: Build faster Linux wheels
115115
# also build wheels with the most recent manylinux images and gcc
116116
if: runner.os == 'Linux' && !contains(matrix.only, 'i686')
117-
uses: pypa/cibuildwheel@v2.17.0
117+
uses: pypa/cibuildwheel@v2.18.1
118118
env:
119119
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
120120
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
@@ -162,7 +162,7 @@ jobs:
162162
uses: actions/checkout@v4
163163

164164
- name: Download files
165-
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
165+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
166166
with:
167167
path: ./dist_downloads
168168
merge-multiple: true

0 commit comments

Comments
 (0)