File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
fail-fast : false
19
19
runs-on : ${{ matrix.os }}
20
20
steps :
21
- - uses : actions/checkout@v1
21
+ - uses : actions/checkout@v2.3.4
22
22
- uses : UziTech/action-setup-atom@v1
23
23
with :
24
24
channel : ${{ matrix.channel }}
37
37
if : " !contains(github.event.head_commit.message, '[skip ci]')"
38
38
runs-on : ubuntu-latest
39
39
steps :
40
- - uses : actions/checkout@v1
40
+ - uses : actions/checkout@v2.3.4
41
41
- uses : actions/setup-node@v1
42
42
with :
43
43
node-version : ' 12.x'
53
53
github.event.repository.fork == false
54
54
runs-on : ubuntu-latest
55
55
steps :
56
- - uses : actions/checkout@v1
56
+ - uses : actions/checkout@v2.3.4
57
57
- uses : UziTech/action-setup-atom@v1
58
58
- uses : actions/setup-node@v1
59
59
with :
Original file line number Diff line number Diff line change 35
35
36
36
steps :
37
37
- name : Checkout repository
38
- uses : actions/checkout@v2
38
+ uses : actions/checkout@v2.3.4
39
39
40
40
# Initializes the CodeQL tools for scanning.
41
41
- name : Initialize CodeQL
You can’t perform that action at this time.
0 commit comments