File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 29
29
uses : actions/checkout@v5
30
30
31
31
- name : Set up Python
32
- uses : actions/setup-python@v5
32
+ uses : actions/setup-python@v6
33
33
with :
34
34
python-version : " 3.11"
35
35
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@v5
15
- - uses : actions/setup-python@v5
15
+ - uses : actions/setup-python@v6
16
16
with :
17
17
python-version : ' 3.11'
18
18
- run : pip install uv
Original file line number Diff line number Diff line change 18
18
steps :
19
19
- uses : actions/checkout@v5
20
20
- name : Setup python
21
- uses : actions/setup-python@v5
21
+ uses : actions/setup-python@v6
22
22
with :
23
23
python-version : 3.x
24
24
architecture : x64
Original file line number Diff line number Diff line change 20
20
with :
21
21
ref : " ${{ github.event.pull_request.merge_commit_sha }}"
22
22
- name : Set up Python 3.12
23
- uses : actions/setup-python@v5
23
+ uses : actions/setup-python@v6
24
24
with :
25
25
python-version : ' 3.12'
26
26
cache : ' pip'
Original file line number Diff line number Diff line change 32
32
steps :
33
33
- uses : actions/checkout@v5
34
34
- name : Set up Python ${{ matrix.python-version }}
35
- uses : actions/setup-python@v5
35
+ uses : actions/setup-python@v6
36
36
with :
37
37
python-version : ${{ matrix.python-version }}
38
38
- uses : astral-sh/setup-uv@v6
You can’t perform that action at this time.
0 commit comments