Skip to content

Commit 7d11302

Browse files
Bump the actions group with 2 updates
Bumps the actions group with 2 updates: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [cygwin/cygwin-install-action](https://github.com/cygwin/cygwin-install-action). Updates `pypa/cibuildwheel` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@5f22145...95d2f3a) Updates `cygwin/cygwin-install-action` from 5 to 6 - [Release notes](https://github.com/cygwin/cygwin-install-action/releases) - [Commits](cygwin/cygwin-install-action@f61179d...f200932) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: cygwin/cygwin-install-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1663e9a commit 7d11302

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
path: dist/
142142

143143
- name: Build wheels for CPython 3.14
144-
uses: pypa/cibuildwheel@5f22145df44122af0f5a201f93cf0207171beca7 # v3.0.0
144+
uses: pypa/cibuildwheel@95d2f3a92fbf80abe066b09418bbf128a8923df2 # v3.0.1
145145
with:
146146
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
147147
env:
@@ -155,7 +155,7 @@ jobs:
155155
--upgrade --pre --only-binary=:all: contourpy numpy pillow
156156
157157
- name: Build wheels for CPython 3.13
158-
uses: pypa/cibuildwheel@5f22145df44122af0f5a201f93cf0207171beca7 # v3.0.0
158+
uses: pypa/cibuildwheel@95d2f3a92fbf80abe066b09418bbf128a8923df2 # v3.0.1
159159
with:
160160
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
161161
env:
@@ -164,23 +164,23 @@ jobs:
164164
CIBW_ARCHS: ${{ matrix.cibw_archs }}
165165

166166
- name: Build wheels for CPython 3.12
167-
uses: pypa/cibuildwheel@5f22145df44122af0f5a201f93cf0207171beca7 # v3.0.0
167+
uses: pypa/cibuildwheel@95d2f3a92fbf80abe066b09418bbf128a8923df2 # v3.0.1
168168
with:
169169
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
170170
env:
171171
CIBW_BUILD: "cp312-*"
172172
CIBW_ARCHS: ${{ matrix.cibw_archs }}
173173

174174
- name: Build wheels for CPython 3.11
175-
uses: pypa/cibuildwheel@5f22145df44122af0f5a201f93cf0207171beca7 # v3.0.0
175+
uses: pypa/cibuildwheel@95d2f3a92fbf80abe066b09418bbf128a8923df2 # v3.0.1
176176
with:
177177
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
178178
env:
179179
CIBW_BUILD: "cp311-*"
180180
CIBW_ARCHS: ${{ matrix.cibw_archs }}
181181

182182
- name: Build wheels for PyPy
183-
uses: pypa/cibuildwheel@5f22145df44122af0f5a201f93cf0207171beca7 # v3.0.0
183+
uses: pypa/cibuildwheel@95d2f3a92fbf80abe066b09418bbf128a8923df2 # v3.0.1
184184
with:
185185
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
186186
env:

.github/workflows/cygwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
fetch-depth: 0
8585
persist-credentials: false
8686

87-
- uses: cygwin/cygwin-install-action@f61179d72284ceddc397ed07ddb444d82bf9e559 # v5
87+
- uses: cygwin/cygwin-install-action@f2009323764960f80959895c7bc3bb30210afe4d # v6
8888
with:
8989
packages: >-
9090
ccache gcc-g++ gdb git graphviz libcairo-devel libffi-devel

0 commit comments

Comments
 (0)