File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
10
10
steps :
11
- - uses : actions/checkout@v1
11
+ - uses : actions/checkout@v2
12
12
- name : Use Node.js 10.x
13
13
uses : actions/setup-node@v1
14
14
with :
Original file line number Diff line number Diff line change 7
7
name : Documentation
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v1
10
+ - uses : actions/checkout@v2
11
11
- name : Set up Python
12
12
uses : actions/setup-python@v1
13
13
with :
33
33
runs-on : ubuntu-latest
34
34
35
35
steps :
36
- - uses : actions/checkout@v1
36
+ - uses : actions/checkout@v2
37
37
- name : Use Node.js 10.x
38
38
uses : actions/setup-node@v1
39
39
with :
87
87
python-version : [3.5, 3.6, 3.7, 3.8]
88
88
89
89
steps :
90
- - uses : actions/checkout@v1
90
+ - uses : actions/checkout@v2
91
91
- name : Set up Python ${{ matrix.python-version }}
92
92
uses : actions/setup-python@v1
93
93
with :
@@ -110,7 +110,7 @@ jobs:
110
110
name : Message Specification
111
111
runs-on : ubuntu-latest
112
112
steps :
113
- - uses : actions/checkout@v1
113
+ - uses : actions/checkout@v2
114
114
- name : Set up Python
115
115
uses : actions/setup-python@v1
116
116
with :
You can’t perform that action at this time.
0 commit comments