Skip to content

Commit 40a0671

Browse files
Bump the github-actions group with 3 updates (#821)
Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4...v5) Updates `pypa/cibuildwheel` from 3.1.2 to 3.1.4 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@9e4e50b...c923d83) Updates `actions/download-artifact` from 4.3.0 to 5.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@d3f86a1...634f93c) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pypa/cibuildwheel dependency-version: 3.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major 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 f50671d commit 40a0671

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

.github/workflows/emscripten.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
if: github.repository == 'PyWavelets/pywt'
3535
steps:
3636
- name: Check out repository
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v5
3838

3939
- name: Build and test PyWavelets
40-
uses: pypa/cibuildwheel@9e4e50bd76b3190f55304387e333f6234823ea9b # v3.1.2
40+
uses: pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
4141
env:
4242
CIBW_PLATFORM: pyodide
4343
CIBW_TEST_REQUIRES: pytest matplotlib

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: ["3.11"]
2222

2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525

2626
- name: Set up Python ${{ matrix.python-version }}
2727
uses: actions/setup-python@v5

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
python-version: "3.13"
6363
OPTIONS_NAME: "editable-install"
6464
steps:
65-
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
65+
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.2
6666
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
6767
with:
6868
python-version: ${{ matrix.python-version}}
@@ -144,7 +144,7 @@ jobs:
144144
matrix:
145145
python-version: ["3.13t", "3.14t-dev"]
146146
steps:
147-
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
147+
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.2
148148
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
149149
with:
150150
python-version: ${{ matrix.python-version}}
@@ -183,7 +183,7 @@ jobs:
183183
OPTIONS_NAME: "pre-releases"
184184

185185
steps:
186-
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
186+
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.2
187187
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
188188
with:
189189
python-version: ${{ matrix.python-version}}

.github/workflows/wheel_tests_and_release.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
cibw_python: ["cp311", "cp312", "cp313", "cp313t", "cp314", "cp314t"]
3838
cibw_arch: ["x86_64"]
3939
steps:
40-
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
40+
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.2
4141
with:
4242
fetch-depth: 0
4343
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
@@ -46,7 +46,7 @@ jobs:
4646
python-version: "3.12"
4747

4848
- name: Build the wheel
49-
uses: pypa/cibuildwheel@9e4e50bd76b3190f55304387e333f6234823ea9b # v3.1.2
49+
uses: pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
5050
with:
5151
output-dir: dist
5252
env:
@@ -69,7 +69,7 @@ jobs:
6969
cibw_python: ["cp311", "cp312", "cp313", "cp313t", "cp314", "cp314t"]
7070
cibw_arch: ["aarch64"]
7171
steps:
72-
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
72+
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.2
7373
with:
7474
fetch-depth: 0
7575
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
@@ -78,7 +78,7 @@ jobs:
7878
python-version: "3.12"
7979

8080
- name: Build the wheel
81-
uses: pypa/cibuildwheel@9e4e50bd76b3190f55304387e333f6234823ea9b # v3.1.2
81+
uses: pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
8282
with:
8383
output-dir: dist
8484
env:
@@ -106,7 +106,7 @@ jobs:
106106
- os: macos-13
107107
cibw_arch: "arm64"
108108
steps:
109-
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
109+
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.2
110110
with:
111111
fetch-depth: 0
112112

@@ -117,7 +117,7 @@ jobs:
117117

118118
- name: Build wheels for CPython (macOS) (x86_64)
119119
if: matrix.cibw_arch == 'x86_64'
120-
uses: pypa/cibuildwheel@9e4e50bd76b3190f55304387e333f6234823ea9b # v3.1.2
120+
uses: pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
121121
with:
122122
output-dir: dist
123123
env:
@@ -127,7 +127,7 @@ jobs:
127127

128128
- name: Build wheels for CPython (macOS) (arm64)
129129
if: matrix.cibw_arch == 'arm64'
130-
uses: pypa/cibuildwheel@9e4e50bd76b3190f55304387e333f6234823ea9b # v3.1.2
130+
uses: pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
131131
with:
132132
output-dir: dist
133133
env:
@@ -158,7 +158,7 @@ jobs:
158158
- os: windows-11-arm
159159
cibw_arch: AMD64
160160
steps:
161-
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
161+
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.2
162162
with:
163163
fetch-depth: 0
164164

@@ -186,7 +186,7 @@ jobs:
186186
architecture: arm64
187187

188188
- name: Build Windows wheels for CPython
189-
uses: pypa/cibuildwheel@9e4e50bd76b3190f55304387e333f6234823ea9b # v3.1.2
189+
uses: pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
190190
with:
191191
output-dir: dist
192192
env:
@@ -213,7 +213,7 @@ jobs:
213213
if: github.repository == 'PyWavelets/pywt' && startsWith(github.ref, 'refs/tags/v')
214214
runs-on: ubuntu-latest
215215
steps:
216-
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
216+
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.2
217217
with:
218218
fetch-depth: 0
219219

@@ -228,7 +228,7 @@ jobs:
228228
pip install twine
229229
pip install cython numpy build
230230
231-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
231+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
232232
id: download
233233
with:
234234
pattern: "wheels_*"
@@ -271,11 +271,11 @@ jobs:
271271
(github.event_name == 'schedule')
272272
runs-on: ubuntu-latest
273273
steps:
274-
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
274+
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.2
275275
with:
276276
fetch-depth: 0
277277

278-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
278+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
279279
id: download
280280
with:
281281
pattern: "wheels_*"

0 commit comments

Comments
 (0)