Skip to content

Commit 993dc1f

Browse files
committed
Updated versions of actions in python CI
1 parent d735f13 commit 993dc1f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/python.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
matrix:
2929
target: [x86_64, x86, aarch64, armv7, s390x, ppc64le]
3030
steps:
31-
- uses: actions/checkout@v3
32-
- uses: actions/setup-python@v4
31+
- uses: actions/checkout@v4
32+
- uses: actions/setup-python@v5
3333
with:
3434
python-version: '3.10'
3535
- name: Build wheels
@@ -51,8 +51,8 @@ jobs:
5151
matrix:
5252
target: [x64, x86]
5353
steps:
54-
- uses: actions/checkout@v3
55-
- uses: actions/setup-python@v4
54+
- uses: actions/checkout@v4
55+
- uses: actions/setup-python@v5
5656
with:
5757
python-version: '3.10'
5858
architecture: ${{ matrix.target }}
@@ -74,8 +74,8 @@ jobs:
7474
matrix:
7575
target: [x86_64, aarch64]
7676
steps:
77-
- uses: actions/checkout@v3
78-
- uses: actions/setup-python@v4
77+
- uses: actions/checkout@v4
78+
- uses: actions/setup-python@v5
7979
with:
8080
python-version: '3.10'
8181
- name: Build wheels
@@ -93,7 +93,7 @@ jobs:
9393
sdist:
9494
runs-on: ubuntu-latest
9595
steps:
96-
- uses: actions/checkout@v3
96+
- uses: actions/checkout@v4
9797
- name: Build sdist
9898
uses: PyO3/maturin-action@v1
9999
with:

0 commit comments

Comments
 (0)