File tree 7 files changed +293
-283
lines changed
7 files changed +293
-283
lines changed Original file line number Diff line number Diff line change 27
27
28
28
steps :
29
29
- name : Checkout repository
30
- uses : actions/checkout@v2
30
+ uses : actions/checkout@v3
31
31
32
32
# Initializes the CodeQL tools for scanning.
33
33
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 9
9
name : Changeset
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v2
12
+ - uses : actions/checkout@v3
13
13
with :
14
14
fetch-depth : 1
15
15
ref : ${{ github.event.pull_request.head.ref }}
21
21
git checkout ${{ github.event.pull_request.head.ref }}
22
22
23
23
- name : Use Node.js 16.x
24
- uses : actions/setup-node@v2
24
+ uses : actions/setup-node@v3
25
25
with :
26
26
node-version : 16.x
27
27
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
node-version : [12.x, 16.x]
13
13
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v3
16
16
17
17
- name : Use Node.js ${{ matrix.node-version }}
18
- uses : actions/setup-node@v2
18
+ uses : actions/setup-node@v3
19
19
with :
20
20
node-version : ${{ matrix.node-version }}
21
21
@@ -35,10 +35,10 @@ jobs:
35
35
name : Lint
36
36
runs-on : ubuntu-latest
37
37
steps :
38
- - uses : actions/checkout@v2
38
+ - uses : actions/checkout@v3
39
39
40
40
- name : Use Node.js 16.x
41
- uses : actions/setup-node@v2
41
+ uses : actions/setup-node@v3
42
42
with :
43
43
node-version : 16.x
44
44
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout Repo
16
- uses : actions/checkout@v2
16
+ uses : actions/checkout@v3
17
17
with :
18
18
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
19
19
fetch-depth : 0
20
20
21
21
- name : Setup Node.js 12.x
22
- uses : actions/setup-node@v2
22
+ uses : actions/setup-node@v3
23
23
with :
24
24
node-version : 12.x
25
25
You can’t perform that action at this time.
0 commit comments