File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 55
55
run : echo "$GITHUB_CONTEXT"
56
56
- uses : actions/checkout@v5
57
57
- name : Set up Python
58
- uses : actions/setup-python@v5
58
+ uses : actions/setup-python@v6
59
59
with :
60
60
python-version : " 3.11"
61
61
- name : Setup uv
Original file line number Diff line number Diff line change 25
25
run : echo "$GITHUB_CONTEXT"
26
26
- uses : actions/checkout@v5
27
27
- name : Set up Python
28
- uses : actions/setup-python@v5
28
+ uses : actions/setup-python@v6
29
29
with :
30
30
python-version : " 3.11"
31
31
- name : Setup uv
Original file line number Diff line number Diff line change 24
24
steps :
25
25
- uses : actions/checkout@v5
26
26
- name : Set up Python
27
- uses : actions/setup-python@v5
27
+ uses : actions/setup-python@v6
28
28
with :
29
29
python-version : " 3.11"
30
30
- name : Install build dependencies
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- uses : actions/checkout@v5
20
- - uses : actions/setup-python@v5
20
+ - uses : actions/setup-python@v6
21
21
with :
22
22
python-version : ' 3.9'
23
23
- name : Setup uv
Original file line number Diff line number Diff line change 24
24
run : echo "$GITHUB_CONTEXT"
25
25
- uses : actions/checkout@v5
26
26
- name : Set up Python
27
- uses : actions/setup-python@v5
27
+ uses : actions/setup-python@v6
28
28
with :
29
29
python-version : " 3.10"
30
30
- name : Install build dependencies
Original file line number Diff line number Diff line change 41
41
steps :
42
42
- uses : actions/checkout@v5
43
43
- name : Set up Python
44
- uses : actions/setup-python@v5
44
+ uses : actions/setup-python@v6
45
45
with :
46
46
python-version : ${{ matrix.python-version }}
47
47
- name : Setup uv
88
88
runs-on : ubuntu-latest
89
89
steps :
90
90
- uses : actions/checkout@v5
91
- - uses : actions/setup-python@v5
91
+ - uses : actions/setup-python@v6
92
92
with :
93
93
python-version : ' 3.13'
94
94
- name : Setup uv
You can’t perform that action at this time.
0 commit comments