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 44
44
- uses : actions/checkout@v5
45
45
with :
46
46
fetch-depth : 0
47
- - uses : actions/setup-python@v5
47
+ - uses : actions/setup-python@v6
48
48
with :
49
49
python-version : 3
50
50
- run : pip install --upgrade build twine
83
83
with :
84
84
name : archive
85
85
path : archive/
86
- - uses : actions/setup-python@v5
86
+ - uses : actions/setup-python@v6
87
87
with :
88
88
python-version : 3
89
89
- name : Display Python version
@@ -204,7 +204,7 @@ jobs:
204
204
uses : astral-sh/setup-uv@v6
205
205
- name : Set up Python ${{ matrix.python-version }}
206
206
if : " !endsWith(matrix.python-version, 't')"
207
- uses : actions/setup-python@v5
207
+ uses : actions/setup-python@v6
208
208
with :
209
209
python-version : ${{ matrix.python-version }}
210
210
architecture : ${{ matrix.architecture }}
@@ -259,7 +259,7 @@ jobs:
259
259
steps :
260
260
- uses : actions/checkout@v5
261
261
- name : Set up Python ${{ matrix.python-version }}
262
- uses : actions/setup-python@v5
262
+ uses : actions/setup-python@v6
263
263
with :
264
264
python-version : 3
265
265
- name : Display Python version
You can’t perform that action at this time.
0 commit comments