File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
22
runs-on : ubuntu-latest
23
23
24
24
steps :
25
- - uses : actions/checkout@v2
25
+ - uses : actions/checkout@v3
26
26
27
27
- name : Set Node.js 16.x
28
28
uses : actions/setup-node@v1
Original file line number Diff line number Diff line change 39
39
40
40
steps :
41
41
- name : Checkout repository
42
- uses : actions/checkout@v2
42
+ uses : actions/checkout@v3
43
43
44
44
- name : Initialize CodeQL
45
45
uses : github/codeql-action/init@v1
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
name : Check licenses
11
11
steps :
12
- - uses : actions/checkout@v2
12
+ - uses : actions/checkout@v3
13
13
- run : npm ci
14
14
- run : npm run licensed-check
Original file line number Diff line number Diff line change 14
14
- uses : actions/setup-node@v1
15
15
with :
16
16
node-version : 16.x
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v3
18
18
- run : npm ci
19
19
- run : npm run build
20
20
- run : npm run format-check
32
32
steps :
33
33
# Clone this repo
34
34
- name : Checkout
35
- uses : actions/checkout@v2
35
+ uses : actions/checkout@v3
36
36
37
37
# Basic checkout
38
38
- name : Checkout basic
@@ -150,7 +150,7 @@ jobs:
150
150
steps :
151
151
# Clone this repo
152
152
- name : Checkout
153
- uses : actions/checkout@v2
153
+ uses : actions/checkout@v3
154
154
155
155
# Basic checkout using git
156
156
- name : Checkout basic
@@ -182,7 +182,7 @@ jobs:
182
182
steps :
183
183
# Clone this repo
184
184
- name : Checkout
185
- uses : actions/checkout@v2
185
+ uses : actions/checkout@v3
186
186
187
187
# Basic checkout using git
188
188
- name : Checkout basic
You can’t perform that action at this time.
0 commit comments