File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- uses : actions/checkout@v4
24
- - uses : actions/setup-python@v4
24
+ - uses : actions/setup-python@v5
25
25
with :
26
26
python-version : ' 3.x'
27
27
- name : Install Hatch
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- uses : actions/checkout@v4
19
- - uses : actions/setup-python@v4
19
+ - uses : actions/setup-python@v5
20
20
with :
21
21
python-version : ' 3.x'
22
22
- name : Build distribution
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- uses : actions/checkout@v4
22
- - uses : actions/setup-python@v4
22
+ - uses : actions/setup-python@v5
23
23
with :
24
24
python-version : ' 3.x'
25
25
- name : Install Hatch
36
36
runs-on : ${{ matrix.os }}
37
37
steps :
38
38
- uses : actions/checkout@v4
39
- - uses : actions/setup-python@v4
39
+ - uses : actions/setup-python@v5
40
40
with :
41
41
python-version : ${{ matrix.python-version }}
42
42
- name : Install Hatch
You can’t perform that action at this time.
0 commit comments