Skip to content

Commit 191d458

Browse files
authored
Merge pull request #803 from PyWavelets/dependabot/github_actions/github-actions-cb7c39d2fb
Bump the github-actions group with 3 updates
2 parents 1f73bcb + bdcc0a6 commit 191d458

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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@v4
3838

3939
- name: Build and test PyWavelets
40-
uses: pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
40+
uses: pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
4141
env:
4242
CIBW_PLATFORM: pyodide
4343
CIBW_TEST_REQUIRES: pytest matplotlib

.github/workflows/wheel_tests_and_release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
echo "CIBW_BUILD_FRONTEND=$NO_BUILD_ISOLATION" >> "$GITHUB_ENV"
5858
5959
- name: Build the wheel
60-
uses: pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
60+
uses: pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
6161
with:
6262
output-dir: dist
6363
env:
@@ -91,7 +91,7 @@ jobs:
9191
python-version: "3.12"
9292

9393
- name: Build the wheel
94-
uses: pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
94+
uses: pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
9595
with:
9696
output-dir: dist
9797
env:
@@ -145,7 +145,7 @@ jobs:
145145
146146
- name: Build wheels for CPython (macOS) (x86_64)
147147
if: matrix.cibw_arch == 'x86_64'
148-
uses: pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
148+
uses: pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
149149
with:
150150
output-dir: dist
151151
env:
@@ -154,7 +154,7 @@ jobs:
154154

155155
- name: Build wheels for CPython (macOS) (arm64)
156156
if: matrix.cibw_arch == 'arm64'
157-
uses: pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
157+
uses: pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
158158
with:
159159
output-dir: dist
160160
env:
@@ -212,7 +212,7 @@ jobs:
212212
echo "CIBW_BUILD_FRONTEND=$NO_BUILD_ISOLATION" >> "$GITHUB_ENV"
213213
214214
- name: Build Windows wheels for CPython
215-
uses: pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
215+
uses: pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
216216
with:
217217
output-dir: dist
218218
env:
@@ -254,7 +254,7 @@ jobs:
254254
pip install twine
255255
pip install cython numpy build
256256
257-
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
257+
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
258258
id: download
259259
with:
260260
pattern: "wheels_*"
@@ -275,7 +275,7 @@ jobs:
275275
TWINE_PASSWORD: ${{ secrets.TWINE_TOKEN }}
276276

277277
- name: Github release
278-
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
278+
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
279279
env:
280280
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
281281
GITHUB_REPOSITORY: ${{ github.repository }}
@@ -301,7 +301,7 @@ jobs:
301301
with:
302302
fetch-depth: 0
303303

304-
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
304+
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
305305
id: download
306306
with:
307307
pattern: "wheels_*"

0 commit comments

Comments
 (0)