Skip to content

Commit f87cc78

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 3.0.0 to 3.1.3 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.0.0...v3.1.3) Updates `actions/download-artifact` from 4.3.0 to 5.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@d3f86a1...634f93c) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 46e65e9 commit f87cc78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
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@v3.0.0
111+
uses: pypa/cibuildwheel@v3.1.3
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@v3.0.0
118+
uses: pypa/cibuildwheel@v3.1.3
119119
env:
120120
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_34
121121
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_34
@@ -163,7 +163,7 @@ jobs:
163163
uses: actions/checkout@v4
164164

165165
- name: Download files
166-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
166+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
167167
with:
168168
path: ./dist_downloads
169169
merge-multiple: true

0 commit comments

Comments
 (0)