Skip to content

Commit 6028d65

Browse files
committed
Bump release dependencies.
1 parent 5bed771 commit 6028d65

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,21 +52,21 @@ jobs:
5252
py: ["cp38", "cp39", "cp310", "cp311", "cp312", "pp38", "pp39", "pp310"]
5353

5454
steps:
55-
- uses: actions/checkout@v3
55+
- uses: actions/checkout@v4.1.7
5656

57-
- uses: actions/setup-python@v4
57+
- uses: actions/setup-python@v5
5858
name: Setting up Python
5959
with:
6060
python-version: '3.8'
6161

6262
- name: Set up QEMU
6363
if: runner.os == 'Linux'
64-
uses: docker/setup-qemu-action@v2.2.0
64+
uses: docker/setup-qemu-action@v3
6565
with:
6666
platforms: all
6767

6868
- name: Build & test wheels
69-
uses: pypa/cibuildwheel@v2.15
69+
uses: pypa/cibuildwheel@v2.19
7070
env:
7171
CIBW_ARCHS_LINUX: auto aarch64 ppc64le s390x
7272
CIBW_ARCHS_MACOS: x86_64 arm64 universal2

0 commit comments

Comments
 (0)