File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 38
38
- name : Install the latest version of uv
39
39
uses : astral-sh/setup-uv@v6
40
40
- name : Set up Python
41
- uses : actions/setup-python@v5
41
+ uses : actions/setup-python@v6
42
42
with :
43
43
cache : pip
44
44
python-version : ${{ matrix.python-version }}
89
89
- name : Install the latest version of uv
90
90
uses : astral-sh/setup-uv@v6
91
91
- name : Set up Python
92
- uses : actions/setup-python@v5
92
+ uses : actions/setup-python@v6
93
93
with :
94
94
python-version : ' 3.9'
95
95
cache : pip
@@ -130,7 +130,7 @@ jobs:
130
130
- name : Install the latest version of uv
131
131
uses : astral-sh/setup-uv@v6
132
132
- name : Set up Python
133
- uses : actions/setup-python@v5
133
+ uses : actions/setup-python@v6
134
134
with :
135
135
cache : pip
136
136
python-version : ${{ matrix.python-version }}
@@ -179,7 +179,7 @@ jobs:
179
179
- name : Install the latest version of uv
180
180
uses : astral-sh/setup-uv@v6
181
181
- name : Set up Python
182
- uses : actions/setup-python@v5
182
+ uses : actions/setup-python@v6
183
183
with :
184
184
cache : pip
185
185
python-version : ${{ matrix.python-version }}
@@ -209,7 +209,7 @@ jobs:
209
209
with :
210
210
fetch-depth : 0
211
211
- name : Set up Python
212
- uses : actions/setup-python@v5
212
+ uses : actions/setup-python@v6
213
213
with :
214
214
cache : pip
215
215
python-version : ' 3.11'
Original file line number Diff line number Diff line change 9
9
steps :
10
10
- uses : actions/checkout@v5
11
11
- name : Setup Python
12
- uses : actions/setup-python@v5
12
+ uses : actions/setup-python@v6
13
13
with :
14
14
python-version : ' 3.11'
15
15
- name : Build
You can’t perform that action at this time.
0 commit comments