File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 37
37
runs-on : ${{ matrix.os }}
38
38
steps :
39
39
- name : Checkout
40
- uses : actions/checkout@v2
40
+ uses : actions/checkout@v2.3.4
41
41
with :
42
42
clean : ' false'
43
43
fetch-depth : ' 0'
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout
11
- uses : actions/checkout@v2
11
+ uses : actions/checkout@v2.3.4
12
12
with :
13
13
fetch-depth : 0
14
14
Original file line number Diff line number Diff line change 25
25
env :
26
26
RUNNER_CONTEXT : ${{ toJson(runner) }}
27
27
run : echo "$RUNNER_CONTEXT"
28
- - uses : actions/checkout@v2
28
+ - uses : actions/checkout@v2.3.4
29
29
with :
30
30
ref : master
31
31
- name : Dependabot Commenter
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v2.3.4
14
14
with :
15
15
fetch-depth : 0
16
16
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v2
17
+ uses : actions/checkout@v2.3.4
18
18
19
19
- name : Run Labeler
20
20
if : success()
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v2
15
+ uses : actions/checkout@v2.3.4
16
16
17
17
- name : sync milestones
18
18
uses :
RocketSurgeonsGuild/actions/[email protected]
You can’t perform that action at this time.
0 commit comments