File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
- uses : actions/checkout@v5
29
29
- name : Install uv
30
30
uses : astral-sh/setup-uv@v6
31
- - uses : actions/setup-python@v5
31
+ - uses : actions/setup-python@v6
32
32
with :
33
33
python-version : |
34
34
3.10
77
77
# target: aarch64
78
78
# steps:
79
79
# - uses: actions/checkout@v5
80
- # - uses: actions/setup-python@v5
80
+ # - uses: actions/setup-python@v6
81
81
# with:
82
82
# python-version: "3.12"
83
83
# - name: Install uv
@@ -143,7 +143,7 @@ jobs:
143
143
target : x64
144
144
steps :
145
145
- uses : actions/checkout@v5
146
- - uses : actions/setup-python@v5
146
+ - uses : actions/setup-python@v6
147
147
with :
148
148
python-version : |
149
149
3.10
@@ -203,7 +203,7 @@ jobs:
203
203
target : aarch64
204
204
steps :
205
205
- uses : actions/checkout@v5
206
- - uses : actions/setup-python@v5
206
+ - uses : actions/setup-python@v6
207
207
with :
208
208
python-version : |
209
209
3.10
You can’t perform that action at this time.
0 commit comments