File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 25
25
- runner : ubuntu-22.04-arm
26
26
target : aarch64
27
27
steps :
28
- - uses : actions/checkout@v4
28
+ - uses : actions/checkout@v5
29
29
- name : Install uv
30
30
uses : astral-sh/setup-uv@v6
31
31
- uses : actions/setup-python@v5
76
76
# - runner: ubuntu-22.04
77
77
# target: aarch64
78
78
# steps:
79
- # - uses: actions/checkout@v4
79
+ # - uses: actions/checkout@v5
80
80
# - uses: actions/setup-python@v5
81
81
# with:
82
82
# python-version: "3.12"
@@ -142,7 +142,7 @@ jobs:
142
142
- runner : windows-latest
143
143
target : x64
144
144
steps :
145
- - uses : actions/checkout@v4
145
+ - uses : actions/checkout@v5
146
146
- uses : actions/setup-python@v5
147
147
with :
148
148
python-version : |
@@ -202,7 +202,7 @@ jobs:
202
202
- runner : macos-14
203
203
target : aarch64
204
204
steps :
205
- - uses : actions/checkout@v4
205
+ - uses : actions/checkout@v5
206
206
- uses : actions/setup-python@v5
207
207
with :
208
208
python-version : |
@@ -242,7 +242,7 @@ jobs:
242
242
sdist :
243
243
runs-on : ubuntu-latest
244
244
steps :
245
- - uses : actions/checkout@v4
245
+ - uses : actions/checkout@v5
246
246
- name : Build sdist
247
247
uses : PyO3/maturin-action@v1
248
248
with :
You can’t perform that action at this time.
0 commit comments