Skip to content

Commit e0dc00c

Browse files
authored
Merge pull request #814 from PyWavelets/dependabot/github_actions/github-actions-b0d0456217
Bump the github-actions group with 2 updates
2 parents fefa805 + a30ff33 commit e0dc00c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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@ffd835cef18fa11522f608fc0fa973b89f5ddc87 # v3.1.0
40+
uses: pypa/cibuildwheel@9e4e50bd76b3190f55304387e333f6234823ea9b # v3.1.2
4141
env:
4242
CIBW_PLATFORM: pyodide
4343
CIBW_TEST_REQUIRES: pytest matplotlib

.github/workflows/wheel_tests_and_release.yml

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

4848
- name: Build the wheel
49-
uses: pypa/cibuildwheel@ffd835cef18fa11522f608fc0fa973b89f5ddc87 # v3.1.0
49+
uses: pypa/cibuildwheel@9e4e50bd76b3190f55304387e333f6234823ea9b # v3.1.2
5050
with:
5151
output-dir: dist
5252
env:
@@ -78,7 +78,7 @@ jobs:
7878
python-version: "3.12"
7979

8080
- name: Build the wheel
81-
uses: pypa/cibuildwheel@ffd835cef18fa11522f608fc0fa973b89f5ddc87 # v3.1.0
81+
uses: pypa/cibuildwheel@9e4e50bd76b3190f55304387e333f6234823ea9b # v3.1.2
8282
with:
8383
output-dir: dist
8484
env:
@@ -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@ffd835cef18fa11522f608fc0fa973b89f5ddc87 # v3.1.0
120+
uses: pypa/cibuildwheel@9e4e50bd76b3190f55304387e333f6234823ea9b # v3.1.2
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@ffd835cef18fa11522f608fc0fa973b89f5ddc87 # v3.1.0
130+
uses: pypa/cibuildwheel@9e4e50bd76b3190f55304387e333f6234823ea9b # v3.1.2
131131
with:
132132
output-dir: dist
133133
env:
@@ -173,7 +173,7 @@ jobs:
173173
architecture: x64
174174

175175
- name: Build Windows wheels for CPython
176-
uses: pypa/cibuildwheel@ffd835cef18fa11522f608fc0fa973b89f5ddc87 # v3.1.0
176+
uses: pypa/cibuildwheel@9e4e50bd76b3190f55304387e333f6234823ea9b # v3.1.2
177177
with:
178178
output-dir: dist
179179
env:
@@ -236,7 +236,7 @@ jobs:
236236
TWINE_PASSWORD: ${{ secrets.TWINE_TOKEN }}
237237

238238
- name: Github release
239-
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
239+
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
240240
env:
241241
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
242242
GITHUB_REPOSITORY: ${{ github.repository }}

0 commit comments

Comments
 (0)