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 13
13
dist :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
with :
18
18
fetch-depth : 0
19
19
Original file line number Diff line number Diff line change 24
24
os : [ubuntu-latest, macOS-latest]
25
25
26
26
steps :
27
- - uses : actions/checkout@v2
27
+ - uses : actions/checkout@v4
28
28
- name : Set up Python ${{ matrix.python-version }}
29
29
uses : actions/setup-python@v2
30
30
with :
41
41
name : Calculate and upload test coverage
42
42
runs-on : ubuntu-latest
43
43
steps :
44
- - uses : actions/checkout@v2
44
+ - uses : actions/checkout@v4
45
45
with :
46
46
fetch-depth : 2
47
47
- uses : actions/setup-python@v2
60
60
name : Build documentation
61
61
runs-on : ubuntu-latest
62
62
steps :
63
- - uses : actions/checkout@v2
63
+ - uses : actions/checkout@v4
64
64
with :
65
65
fetch-depth : 0
66
66
- uses : actions/setup-python@v2
You can’t perform that action at this time.
0 commit comments