Skip to content

Commit ffb1c8c

Browse files
Build(deps): Bump the github-actions group with 4 updates (#848)
Bumps the github-actions group with 4 updates: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel), [scientific-python/upload-nightly-action](https://github.com/scientific-python/upload-nightly-action), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `pypa/cibuildwheel` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@ee02a15...8d2b08b) Updates `scientific-python/upload-nightly-action` from 0.6.3 to 0.6.4 - [Release notes](https://github.com/scientific-python/upload-nightly-action/releases) - [Commits](scientific-python/upload-nightly-action@5748273...e76cfec) Updates `actions/upload-artifact` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@bbbca2d...043fb46) Updates `softprops/action-gh-release` from 2.6.1 to 3.0.0 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@153bb8e...b430933) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: scientific-python/upload-nightly-action dependency-version: 0.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: softprops/action-gh-release dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 45f51e3 commit ffb1c8c

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/emscripten.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@v6.0.2
3838

3939
- name: Build and test PyWavelets
40-
uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
40+
uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
4141
env:
4242
CIBW_PLATFORM: pyodide
4343
CIBW_TEST_REQUIRES: pytest matplotlib
@@ -51,7 +51,7 @@ jobs:
5151
(github.event_name == 'push' && github.ref == 'refs/heads/main') ||
5252
(github.event_name == 'workflow_dispatch' && github.event.inputs.push_wheels == 'true') ||
5353
(github.event_name == 'schedule')
54-
uses: scientific-python/upload-nightly-action@5748273c71e2d8d3a61f3a11a16421c8954f9ecf # v0.6.3
54+
uses: scientific-python/upload-nightly-action@e76cfec8a4611fd02808a801b0ff5a7d7c1b2d99 # v0.6.4
5555
with:
5656
artifacts_path: wheelhouse/
5757
anaconda_nightly_upload_token: ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }}

.github/workflows/wheel_tests_and_release.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ jobs:
4646
python-version: "3.12"
4747

4848
- name: Build the wheel
49-
uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
49+
uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
5050
with:
5151
output-dir: dist
5252
env:
5353
CIBW_BUILD: ${{ matrix.cibw_python }}-*
5454
CIBW_ARCHS_LINUX: ${{ matrix.cibw_arch }}
5555
CIBW_ENABLE: cpython-freethreading
56-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
56+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5757
with:
5858
name: wheels_linux_${{ matrix.cibw_arch }}_${{ matrix.cibw_python }}
5959
path: ./dist/*.whl
@@ -78,14 +78,14 @@ jobs:
7878
python-version: "3.12"
7979

8080
- name: Build the wheel
81-
uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
81+
uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
8282
with:
8383
output-dir: dist
8484
env:
8585
CIBW_BUILD: ${{ matrix.cibw_python }}-*
8686
CIBW_ARCHS_LINUX: ${{ matrix.cibw_arch }}
8787
CIBW_ENABLE: cpython-freethreading
88-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
88+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8989
with:
9090
name: wheels_linux_${{ matrix.cibw_arch }}_${{ matrix.cibw_python }}
9191
path: ./dist/*.whl
@@ -116,7 +116,7 @@ jobs:
116116

117117
- name: Build wheels for CPython (macOS) (x86_64)
118118
if: matrix.cibw_arch == 'x86_64'
119-
uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
119+
uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
120120
with:
121121
output-dir: dist
122122
env:
@@ -126,15 +126,15 @@ jobs:
126126

127127
- name: Build wheels for CPython (macOS) (arm64)
128128
if: matrix.cibw_arch == 'arm64'
129-
uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
129+
uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
130130
with:
131131
output-dir: dist
132132
env:
133133
CIBW_BUILD: ${{ matrix.cibw_python }}-*
134134
CIBW_ARCHS_MACOS: ${{ matrix.cibw_arch }}
135135
CIBW_ENABLE: cpython-freethreading
136136

137-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
137+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
138138
with:
139139
name: wheels_macos_${{ matrix.cibw_arch }}_${{ matrix.cibw_python }}
140140
path: ./dist/*.whl
@@ -185,15 +185,15 @@ jobs:
185185
architecture: arm64
186186

187187
- name: Build Windows wheels for CPython
188-
uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
188+
uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
189189
with:
190190
output-dir: dist
191191
env:
192192
CIBW_BUILD: ${{ matrix.cibw_python }}-*
193193
CIBW_ARCHS_WINDOWS: ${{ matrix.cibw_arch }}
194194
CIBW_ENABLE: cpython-freethreading
195195

196-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
196+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
197197
with:
198198
name: wheels_windows_${{ matrix.cibw_arch }}_${{ matrix.cibw_python }}
199199
path: ./dist/*.whl
@@ -248,7 +248,7 @@ jobs:
248248
TWINE_PASSWORD: ${{ secrets.TWINE_TOKEN }}
249249

250250
- name: Github release
251-
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
251+
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
252252
env:
253253
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
254254
GITHUB_REPOSITORY: ${{ github.repository }}
@@ -282,7 +282,7 @@ jobs:
282282
merge-multiple: true
283283

284284
- name: Push to Anaconda PyPI index
285-
uses: scientific-python/upload-nightly-action@5748273c71e2d8d3a61f3a11a16421c8954f9ecf # v0.6.3
285+
uses: scientific-python/upload-nightly-action@e76cfec8a4611fd02808a801b0ff5a7d7c1b2d99 # v0.6.4
286286
with:
287287
artifacts_path: dist/
288288
anaconda_nightly_upload_token: ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }}

0 commit comments

Comments
 (0)