Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit be5e860

Browse files
authored
Merge pull request matplotlib#30311 from matplotlib/dependabot/github_actions/actions-79fd738f52
Bump the actions group with 2 updates
2 parents 63756df + 7d11302 commit be5e860

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)