File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 19
19
- os : ubuntu-latest
20
20
python-version : 3.7
21
21
steps :
22
- - uses : actions/checkout@v2
22
+ - uses : actions/checkout@v3
23
23
- name : Setup Python environment
24
24
uses : actions/setup-python@v2.2.2
25
25
with :
40
40
Docs :
41
41
runs-on : macos-latest
42
42
steps :
43
- - uses : actions/checkout@v2
43
+ - uses : actions/checkout@v3
44
44
- name : Setup Python environment
45
45
uses : actions/setup-python@v2.2.2
46
46
with :
73
73
- os : ubuntu-latest
74
74
python-version : 3.7
75
75
steps :
76
- - uses : actions/checkout@v2.3.4
76
+ - uses : actions/checkout@v3
77
77
- name : Setup Python environment
78
78
uses : actions/setup-python@v2.2.2
79
79
with :
Original file line number Diff line number Diff line change 11
11
Coverage :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3
15
15
- name : Setup Python environment
16
16
uses : actions/setup-python@v2.2.2
17
17
with :
35
35
IntegrationCoverage :
36
36
runs-on : ubuntu-latest
37
37
steps :
38
- - uses : actions/checkout@v2
38
+ - uses : actions/checkout@v3
39
39
- name : Setup Python environment
40
40
uses : actions/setup-python@v2.2.2
41
41
with :
Original file line number Diff line number Diff line change 15
15
python-version : [2.7, 3.x]
16
16
17
17
steps :
18
- - uses : actions/checkout@v2
18
+ - uses : actions/checkout@v3
19
19
- name : Setup Python
20
20
uses : actions/setup-python@v2.2.2
21
21
with :
Original file line number Diff line number Diff line change 8
8
Update :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v2
11
+ - uses : actions/checkout@v3
12
12
- name : Setup Python environment
13
13
uses : actions/setup-python@v2.2.2
14
14
with :
You can’t perform that action at this time.
0 commit comments