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 11
11
name : release
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- uses : actions/setup-node@v3
16
16
with :
17
17
node-version : lts/*
Original file line number Diff line number Diff line change 16
16
- 18
17
17
- 20
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
- name : Use Node.js ${{ matrix.node_version }}
21
21
uses : actions/setup-node@v3
22
22
with :
30
30
steps :
31
31
- run : exit 1
32
32
if : ${{ needs.test_matrix.result != 'success' }}
33
- - uses : actions/checkout@v3
33
+ - uses : actions/checkout@v4
34
34
- name : Use Node.js ${{ matrix.node_version }}
35
35
uses : actions/setup-node@v3
36
36
with :
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