Skip to content

Commit 1a2efec

Browse files
dependabot[bot]ksunden
authored andcommitted
Bump the actions group with 3 updates
Bumps the actions group with 3 updates: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel), [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) and [scientific-python/upload-nightly-action](https://github.com/scientific-python/upload-nightly-action). Updates `pypa/cibuildwheel` from 2.16.2 to 2.16.4 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@fff9ec3...0b04ab1) Updates `peter-evans/create-or-update-comment` from 3 to 4 - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](peter-evans/create-or-update-comment@v3...v4) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: peter-evans/create-or-update-comment dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 87a52b5 commit 1a2efec

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
@@ -139,39 +139,39 @@ jobs:
139139
path: dist/
140140

141141
- name: Build wheels for CPython 3.12
142-
uses: pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
142+
uses: pypa/cibuildwheel@0b04ab1040366101259658b355777e4ff2d16f83 # v2.16.4
143143
with:
144144
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
145145
env:
146146
CIBW_BUILD: "cp312-*"
147147
CIBW_ARCHS: ${{ matrix.cibw_archs }}
148148

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

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

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

173173
- name: Build wheels for PyPy
174-
uses: pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
174+
uses: pypa/cibuildwheel@0b04ab1040366101259658b355777e4ff2d16f83 # v2.16.4
175175
with:
176176
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
177177
env:

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

Lines changed: 1 addition & 1 deletion
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: |

0 commit comments

Comments
 (0)