Skip to content

Commit a65ad65

Browse files
authored
Merge pull request #763 from PyWavelets/dependabot/github_actions/github-actions-552a6552f7
Bump the github-actions group with 4 updates
2 parents 6dbf33d + 2dafd36 commit a65ad65

3 files changed

Lines changed: 19 additions & 19 deletions

File tree

.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@v4
3838

3939
- name: Build and test PyWavelets
40-
uses: pypa/cibuildwheel@v2.19.1
40+
uses: pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
4141
env:
4242
CIBW_PLATFORM: pyodide
4343
CIBW_TEST_REQUIRES: pytest matplotlib

.github/workflows/freethreaded_wheels.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
echo "CIBW_TEST_COMMAND=PYTHON_GIL=0 $CIBW_TEST_COMMAND" >> "$GITHUB_ENV"
5757
5858
- name: Build the wheel
59-
uses: pypa/cibuildwheel@a8d190a111314a07eb5116036c4b3fb26a4e3162 # v2.19.0
59+
uses: pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
6060
with:
6161
output-dir: dist
6262
env:
@@ -67,7 +67,7 @@ jobs:
6767
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
6868
CIBW_MUSLLINUX_X86_64_IMAGE: musllinux_1_2
6969
CIBW_BUILD_FRONTEND: "pip; args: --no-build-isolation"
70-
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
70+
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
7171
with:
7272
name: wheels_linux_${{ matrix.cibw_arch }}_${{ matrix.cibw_python }}
7373
path: ./dist/*.whl
@@ -110,7 +110,7 @@ jobs:
110110
111111
- name: Build wheels for CPython (macOS) (x86_64)
112112
if: matrix.cibw_arch == 'x86_64'
113-
uses: pypa/cibuildwheel@a8d190a111314a07eb5116036c4b3fb26a4e3162 # v2.19.0
113+
uses: pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
114114
with:
115115
output-dir: dist
116116
env:
@@ -122,7 +122,7 @@ jobs:
122122

123123
- name: Build wheels for CPython (macOS) (arm64)
124124
if: matrix.cibw_arch == 'arm64'
125-
uses: pypa/cibuildwheel@a8d190a111314a07eb5116036c4b3fb26a4e3162 # v2.19.0
125+
uses: pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
126126
with:
127127
output-dir: dist
128128
env:
@@ -132,7 +132,7 @@ jobs:
132132
CIBW_FREE_THREADED_SUPPORT: True
133133
CIBW_BUILD_FRONTEND: "pip; args: --no-build-isolation"
134134

135-
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
135+
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
136136
with:
137137
name: wheels_macos_${{ matrix.cibw_arch }}_${{ matrix.cibw_python }}
138138
path: ./dist/*.whl
@@ -157,7 +157,7 @@ jobs:
157157
with:
158158
fetch-depth: 0
159159

160-
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
160+
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
161161
id: download
162162
with:
163163
pattern: "wheels_*"

.github/workflows/wheel_tests_and_release.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ jobs:
4545
with:
4646
python-version: "3.10"
4747
- name: Build the wheel
48-
uses: pypa/cibuildwheel@ba8be0d98853f5744f24e7f902c8adef7ae2e7f3 # 2.18.1
48+
uses: pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
4949
with:
5050
output-dir: dist
5151
env:
5252
CIBW_BUILD: ${{ matrix.cibw_python }}-*
5353
CIBW_ARCHS_LINUX: ${{ matrix.cibw_arch }}
5454
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
5555
CIBW_MUSLLINUX_X86_64_IMAGE: musllinux_1_1
56-
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
56+
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
5757
with:
5858
name: wheels_linux_${{ matrix.cibw_arch }}_${{ matrix.cibw_python }}
5959
path: ./dist/*.whl
@@ -81,15 +81,15 @@ jobs:
8181
with:
8282
platforms: arm64
8383
- name: Build the wheel
84-
uses: pypa/cibuildwheel@ba8be0d98853f5744f24e7f902c8adef7ae2e7f3 # 2.18.1
84+
uses: pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
8585
with:
8686
output-dir: dist
8787
env:
8888
CIBW_BUILD: ${{ matrix.cibw_python }}-*
8989
CIBW_ARCHS_LINUX: ${{ matrix.cibw_arch }}
9090
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
9191
CIBW_MUSLLINUX_AARCH64_IMAGE: musllinux_1_2
92-
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
92+
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
9393
with:
9494
name: wheels_linux_${{ matrix.cibw_arch }}_${{ matrix.cibw_python }}
9595
path: ./dist/*.whl
@@ -121,7 +121,7 @@ jobs:
121121

122122
- name: Build wheels for CPython (macOS) (x86_64)
123123
if: matrix.cibw_arch == 'x86_64'
124-
uses: pypa/cibuildwheel@ba8be0d98853f5744f24e7f902c8adef7ae2e7f3 # 2.18.1
124+
uses: pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
125125
with:
126126
output-dir: dist
127127
env:
@@ -130,14 +130,14 @@ jobs:
130130

131131
- name: Build wheels for CPython (macOS) (arm64)
132132
if: matrix.cibw_arch == 'arm64'
133-
uses: pypa/cibuildwheel@ba8be0d98853f5744f24e7f902c8adef7ae2e7f3 # 2.18.1
133+
uses: pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
134134
with:
135135
output-dir: dist
136136
env:
137137
CIBW_BUILD: ${{ matrix.cibw_python }}-*
138138
CIBW_ARCHS_MACOS: ${{ matrix.cibw_arch }}
139139

140-
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
140+
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
141141
with:
142142
name: wheels_macos_${{ matrix.cibw_arch }}_${{ matrix.cibw_python }}
143143
path: ./dist/*.whl
@@ -175,14 +175,14 @@ jobs:
175175
architecture: x64
176176

177177
- name: Build Windows wheels for CPython
178-
uses: pypa/cibuildwheel@ba8be0d98853f5744f24e7f902c8adef7ae2e7f3 # 2.18.1
178+
uses: pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
179179
with:
180180
output-dir: dist
181181
env:
182182
CIBW_BUILD: ${{ matrix.cibw_python }}-*
183183
CIBW_ARCHS_WINDOWS: ${{ matrix.cibw_arch }}
184184

185-
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
185+
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
186186
with:
187187
name: wheels_windows_${{ matrix.cibw_arch }}_${{ matrix.cibw_python }}
188188
path: ./dist/*.whl
@@ -216,7 +216,7 @@ jobs:
216216
pip install twine
217217
pip install cython numpy build
218218
219-
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
219+
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
220220
id: download
221221
with:
222222
pattern: "wheels_*"
@@ -237,7 +237,7 @@ jobs:
237237
TWINE_PASSWORD: ${{ secrets.TWINE_TOKEN }}
238238

239239
- name: Github release
240-
uses: softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 # v2.0.6
240+
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
241241
env:
242242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
243243
GITHUB_REPOSITORY: ${{ github.repository }}
@@ -263,7 +263,7 @@ jobs:
263263
with:
264264
fetch-depth: 0
265265

266-
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
266+
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
267267
id: download
268268
with:
269269
pattern: "wheels_*"

0 commit comments

Comments
 (0)