File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
if : github.event.pull_request.head.repo.full_name == github.repository
13
13
steps :
14
14
- name : Checkout Master
15
- uses : actions/checkout@v1
15
+ uses : actions/checkout@v2
16
16
- name : Use Node
17
17
uses : actions/setup-node@v1
18
18
with :
Original file line number Diff line number Diff line change 19
19
node_version : [10, 14]
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v1
22
+ uses : actions/checkout@v2
23
23
- name : Use Node ${{matrix.node_version}}
24
24
uses : actions/setup-node@master
25
25
with :
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout Master
11
- uses : actions/checkout@v1
11
+ uses : actions/checkout@v2
12
12
- name : Configure Git Credentials
13
13
run : |
14
14
git config --global user.email "[email protected] "
You can’t perform that action at this time.
0 commit comments