File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 43
43
- uses : actions/checkout@v5
44
44
45
45
- name : Set up Python ${{ matrix.python-version }}
46
- uses : actions/setup-python@v5
46
+ uses : actions/setup-python@v6
47
47
with :
48
48
python-version : ${{ matrix.python-version }}
49
49
Original file line number Diff line number Diff line change 18
18
- uses : actions/checkout@v5
19
19
20
20
- name : Set up Python ${{ matrix.python-version }}
21
- uses : actions/setup-python@v5
21
+ uses : actions/setup-python@v6
22
22
with :
23
23
python-version : ${{ matrix.python-version }}
24
24
Original file line number Diff line number Diff line change 12
12
with :
13
13
fetch-depth : 0
14
14
- name : Set up Python 3.12
15
- uses : actions/setup-python@v5
15
+ uses : actions/setup-python@v6
16
16
with :
17
17
python-version : 3.12
18
18
- name : Install pypa/build
You can’t perform that action at this time.
0 commit comments