Skip to content

Commit ae4d9fb

Browse files
Bump the github-actions group with 4 updates (#829)
Bumps the github-actions group with 4 updates: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel), [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `pypa/cibuildwheel` from 3.2.0 to 3.2.1 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@7c619ef...9c00cb4) Updates `actions/upload-artifact` from 4.6.2 to 5.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...330a01c) Updates `actions/download-artifact` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@634f93c...018cc2c) Updates `softprops/action-gh-release` from 2.3.3 to 2.4.1 - [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@6cbd405...6da8fa9) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: softprops/action-gh-release dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f8ac486 commit ae4d9fb

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@v5
3838

3939
- name: Build and test PyWavelets
40-
uses: pypa/cibuildwheel@7c619efba910c04005a835b110b057fc28fd6e93 # v3.2.0
40+
uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
4141
env:
4242
CIBW_PLATFORM: pyodide
4343
CIBW_TEST_REQUIRES: pytest matplotlib

.github/workflows/wheel_tests_and_release.yml

Lines changed: 12 additions & 12 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@7c619efba910c04005a835b110b057fc28fd6e93 # v3.2.0
49+
uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
56+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
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@7c619efba910c04005a835b110b057fc28fd6e93 # v3.2.0
81+
uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
88+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
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@7c619efba910c04005a835b110b057fc28fd6e93 # v3.2.0
119+
uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.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@7c619efba910c04005a835b110b057fc28fd6e93 # v3.2.0
129+
uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
137+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
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@7c619efba910c04005a835b110b057fc28fd6e93 # v3.2.0
188+
uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
196+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
197197
with:
198198
name: wheels_windows_${{ matrix.cibw_arch }}_${{ matrix.cibw_python }}
199199
path: ./dist/*.whl
@@ -227,7 +227,7 @@ jobs:
227227
pip install twine
228228
pip install cython numpy build
229229
230-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
230+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
231231
id: download
232232
with:
233233
pattern: "wheels_*"
@@ -248,7 +248,7 @@ jobs:
248248
TWINE_PASSWORD: ${{ secrets.TWINE_TOKEN }}
249249

250250
- name: Github release
251-
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
251+
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
252252
env:
253253
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
254254
GITHUB_REPOSITORY: ${{ github.repository }}
@@ -274,7 +274,7 @@ jobs:
274274
with:
275275
fetch-depth: 0
276276

277-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
277+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
278278
id: download
279279
with:
280280
pattern: "wheels_*"

0 commit comments

Comments
 (0)