File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
name : Make SDist
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
with :
19
19
fetch-depth : 0
20
20
34
34
os : [ubuntu-latest, macos-latest]
35
35
36
36
steps :
37
- - uses : actions/checkout@v3
37
+ - uses : actions/checkout@v4
38
38
with :
39
39
fetch-depth : 0
40
40
Original file line number Diff line number Diff line change 20
20
os : [ubuntu-latest, macOS-latest]
21
21
22
22
steps :
23
- - uses : actions/checkout@v2
23
+ - uses : actions/checkout@v4
24
24
- name : Set up Python ${{ matrix.python-version }}
25
25
uses : actions/setup-python@v2
26
26
with :
38
38
needs : build-and-test
39
39
runs-on : ubuntu-latest
40
40
steps :
41
- - uses : actions/checkout@v2
41
+ - uses : actions/checkout@v4
42
42
with :
43
43
fetch-depth : 2
44
44
- uses : actions/setup-python@v2
You can’t perform that action at this time.
0 commit comments