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 14
14
steps :
15
15
- uses : actions/checkout@v4
16
16
- name : Set up Python
17
- uses : actions/setup-python@v4
17
+ uses : actions/setup-python@v5
18
18
with :
19
19
python-version : ' 3.x'
20
20
- name : Install dependencies
Original file line number Diff line number Diff line change 27
27
run : git config --local --unset http.https://github.com/.extraheader
28
28
29
29
- name : Set up Python
30
- uses : actions/setup-python@v4
30
+ uses : actions/setup-python@v5
31
31
with :
32
32
python-version : 3
33
33
Original file line number Diff line number Diff line change 29
29
repository : ${{ github.repository }}
30
30
31
31
- name : Setup Python version ${{ matrix.python-version }}
32
- uses : actions/setup-python@v4
32
+ uses : actions/setup-python@v5
33
33
with :
34
34
python-version : ${{ matrix.python-version }}
35
35
Original file line number Diff line number Diff line change 29
29
repository : ${{ github.repository }}
30
30
31
31
- name : Setup Python version ${{ matrix.python-version }}
32
- uses : actions/setup-python@v4
32
+ uses : actions/setup-python@v5
33
33
with :
34
34
python-version : ${{ matrix.python-version }}
35
35
Original file line number Diff line number Diff line change 25
25
- uses : actions/checkout@v4
26
26
with :
27
27
fetch-depth : 0
28
- - uses : actions/setup-python@v4
28
+ - uses : actions/setup-python@v5
29
29
with :
30
30
python-version : 3
31
31
- run : pip install --upgrade build twine
84
84
if : matrix.install == 'repo'
85
85
86
86
- name : Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
87
- uses : actions/setup-python@v4
87
+ uses : actions/setup-python@v5
88
88
with :
89
89
python-version : ${{ matrix.python-version }}
90
90
- name : Update pip
Original file line number Diff line number Diff line change 49
49
50
50
51
51
- name : Set up Python ${{ matrix.python-version }}
52
- uses : actions/setup-python@v4
52
+ uses : actions/setup-python@v5
53
53
with :
54
54
python-version : ${{ matrix.python-version }}
55
55
- name : Update build tools
You can’t perform that action at this time.
0 commit comments