Skip to content

Commit 39cd955

Browse files
committed
Update some github action dependencies.
1 parent bf9a30c commit 39cd955

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/[email protected]
1616

1717
- name: Setting up Python
18-
uses: actions/setup-python@v5.0.0
18+
uses: actions/setup-python@v5.4.0
1919
with:
2020
python-version: 3.9
2121

@@ -55,7 +55,7 @@ jobs:
5555
steps:
5656
- uses: actions/[email protected]
5757

58-
- uses: actions/setup-python@v5.0.0
58+
- uses: actions/setup-python@v5.4.0
5959
name: Setting up Python
6060
with:
6161
python-version: '3.9'
@@ -67,7 +67,7 @@ jobs:
6767
platforms: all
6868

6969
- name: Build & test wheels
70-
uses: pypa/cibuildwheel@v2.16.5
70+
uses: pypa/cibuildwheel@v2.22.0
7171
env:
7272
CIBW_ARCHS_LINUX: auto aarch64 ppc64le s390x
7373
CIBW_ARCHS_MACOS: x86_64 arm64 universal2

0 commit comments

Comments
 (0)