File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
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@v2
15
+ uses : actions/checkout@v3
16
16
with :
17
17
fetch-depth : 0
18
18
- name : Use Node
Original file line number Diff line number Diff line change 9
9
build :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v2
12
+ - uses : actions/checkout@v3
13
13
- uses : micnncim/action-label-syncer@v1
14
14
env :
15
15
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
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@v2
11
+ uses : actions/checkout@v3
12
12
with :
13
13
fetch-depth : 0
14
14
- name : Configure Git Credentials
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout Master
17
- uses : actions/checkout@v2
17
+ uses : actions/checkout@v3
18
18
with :
19
19
fetch-depth : 0
20
20
- name : Use Node
44
44
- 16
45
45
steps :
46
46
- name : Checkout Master
47
- uses : actions/checkout@v2
47
+ uses : actions/checkout@v3
48
48
with :
49
49
fetch-depth : 0
50
50
- name : Use Node
86
86
- 16
87
87
steps :
88
88
- name : Checkout Master
89
- uses : actions/checkout@v2
89
+ uses : actions/checkout@v3
90
90
with :
91
91
fetch-depth : 0
92
92
- name : Use Node ${{matrix.node_version}}
You can’t perform that action at this time.
0 commit comments