File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 18
18
steps :
19
19
- uses : actions/checkout@v4
20
20
- name : Set up Python 3.13
21
- uses : actions/setup-python@v5
21
+ uses : actions/setup-python@v6
22
22
with :
23
23
python-version : " 3.13"
24
24
- name : Install uv
Original file line number Diff line number Diff line change 18
18
steps :
19
19
- uses : actions/checkout@v4
20
20
- name : Set up Python 3.13
21
- uses : actions/setup-python@v5
21
+ uses : actions/setup-python@v6
22
22
with :
23
23
python-version : " 3.13"
24
24
- name : Install uv
Original file line number Diff line number Diff line change 18
18
steps :
19
19
- uses : actions/checkout@v4
20
20
- name : Set up Python 3.13
21
- uses : actions/setup-python@v5
21
+ uses : actions/setup-python@v6
22
22
with :
23
23
python-version : " 3.13"
24
24
- name : Install uv
Original file line number Diff line number Diff line change 25
25
steps :
26
26
- uses : actions/checkout@v4
27
27
- name : Set up Python ${{ matrix.version }}
28
- uses : actions/setup-python@v5
28
+ uses : actions/setup-python@v6
29
29
with :
30
30
python-version : " ${{ matrix.version }}"
31
31
- name : Install uv
Original file line number Diff line number Diff line change 18
18
steps :
19
19
- uses : actions/checkout@v4
20
20
- name : Set up Python 3.13
21
- uses : actions/setup-python@v5
21
+ uses : actions/setup-python@v6
22
22
with :
23
23
python-version : " 3.13"
24
24
- name : Install uv
Original file line number Diff line number Diff line change 18
18
uses : actions/checkout@v4
19
19
20
20
- name : Set up Python 3.13
21
- uses : actions/setup-python@v5
21
+ uses : actions/setup-python@v6
22
22
with :
23
23
python-version : " 3.13"
24
24
Original file line number Diff line number Diff line change 40
40
uses : actions/checkout@v4
41
41
42
42
- name : Set up Python 3.13
43
- uses : actions/setup-python@v5
43
+ uses : actions/setup-python@v6
44
44
with :
45
45
python-version : " 3.13"
46
46
You can’t perform that action at this time.
0 commit comments