File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 38
38
39
39
steps :
40
40
- name : Checkout repository
41
- uses : actions/checkout@v3 # tag=v3
41
+ uses : actions/checkout@v4
42
42
43
43
# Initializes the CodeQL tools for scanning.
44
44
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 8
8
name : release
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v4
12
12
- uses : actions/setup-node@v3
13
13
with :
14
14
node-version : lts/*
Original file line number Diff line number Diff line change 17
17
- 18
18
18
- 20
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
- name : Use Node.js ${{ matrix.node_version }}
22
22
uses : actions/setup-node@v3
23
23
with :
31
31
steps :
32
32
- run : exit 1
33
33
if : ${{ needs.test_matrix.result != 'success' }}
34
- - uses : actions/checkout@v3
34
+ - uses : actions/checkout@v4
35
35
- run : npm ci
36
36
- run : npm run lint
37
37
- run : npm run build
Original file line number Diff line number Diff line change 7
7
update_prettier :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@v4
11
11
- uses : actions/setup-node@v3
12
12
with :
13
13
cache : npm
You can’t perform that action at this time.
0 commit comments