Skip to content

Commit 0acaadc

Browse files
authored
Merge pull request matplotlib#27715 from matplotlib/dependabot/github_actions/actions-9465c7b627
Bump the actions group with 3 updates
2 parents a382045 + c52ba6c commit 0acaadc

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/cibuildwheel.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -146,39 +146,39 @@ jobs:
146146
path: dist/
147147

148148
- name: Build wheels for CPython 3.12
149-
uses: pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
149+
uses: pypa/cibuildwheel@0b04ab1040366101259658b355777e4ff2d16f83 # v2.16.4
150150
with:
151151
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
152152
env:
153153
CIBW_BUILD: "cp312-*"
154154
CIBW_ARCHS: ${{ matrix.cibw_archs }}
155155

156156
- name: Build wheels for CPython 3.11
157-
uses: pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
157+
uses: pypa/cibuildwheel@0b04ab1040366101259658b355777e4ff2d16f83 # v2.16.4
158158
with:
159159
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
160160
env:
161161
CIBW_BUILD: "cp311-*"
162162
CIBW_ARCHS: ${{ matrix.cibw_archs }}
163163

164164
- name: Build wheels for CPython 3.10
165-
uses: pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
165+
uses: pypa/cibuildwheel@0b04ab1040366101259658b355777e4ff2d16f83 # v2.16.4
166166
with:
167167
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
168168
env:
169169
CIBW_BUILD: "cp310-*"
170170
CIBW_ARCHS: ${{ matrix.cibw_archs }}
171171

172172
- name: Build wheels for CPython 3.9
173-
uses: pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
173+
uses: pypa/cibuildwheel@0b04ab1040366101259658b355777e4ff2d16f83 # v2.16.4
174174
with:
175175
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
176176
env:
177177
CIBW_BUILD: "cp39-*"
178178
CIBW_ARCHS: ${{ matrix.cibw_archs }}
179179

180180
- name: Build wheels for PyPy
181-
uses: pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
181+
uses: pypa/cibuildwheel@0b04ab1040366101259658b355777e4ff2d16f83 # v2.16.4
182182
with:
183183
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
184184
env:

.github/workflows/good-first-issue.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
issues: write
1212
steps:
1313
- name: Add comment
14-
uses: peter-evans/create-or-update-comment@v3
14+
uses: peter-evans/create-or-update-comment@v4
1515
with:
1616
issue-number: ${{ github.event.issue.number }}
1717
body: |

.github/workflows/nightlies.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
ls -l dist/
6060
6161
- name: Upload wheels to Anaconda Cloud as nightlies
62-
uses: scientific-python/upload-nightly-action@5fb764c5bce1ac2297084c0f7161b1919f17c74f # 0.2.0
62+
uses: scientific-python/upload-nightly-action@6e9304f7a3a5501c6f98351537493ec898728299 # 0.3.0
6363
with:
6464
artifacts_path: dist
6565
anaconda_nightly_upload_token: ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }}

0 commit comments

Comments
 (0)