File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Check out a copy of the repository
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
with :
19
19
fetch-depth : 0
20
20
fetch-tags : true
Original file line number Diff line number Diff line change 34
34
python -m pip install --upgrade pip
35
35
python -m pip install --upgrade build twine
36
36
37
- - uses : actions/checkout@v4
37
+ - uses : actions/checkout@v5
38
38
with :
39
39
fetch-depth : 0
40
40
fetch-tags : true
52
52
- name : Remove sdist install
53
53
run : python -m pip uninstall -y pyprep
54
54
55
- - uses : actions/checkout@v4
55
+ - uses : actions/checkout@v5
56
56
with :
57
57
fetch-depth : 0
58
58
fetch-tags : true
Original file line number Diff line number Diff line change 34
34
TZ : Europe/Berlin
35
35
FORCE_COLOR : true
36
36
steps :
37
- - uses : actions/checkout@v4
37
+ - uses : actions/checkout@v5
38
38
with :
39
39
fetch-depth : 0
40
40
fetch-tags : true
Original file line number Diff line number Diff line change 18
18
package :
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
with :
23
23
fetch-depth : 0
24
24
fetch-tags : true
You can’t perform that action at this time.
0 commit comments