File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 13
13
pack :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
with :
18
18
fetch-depth : 0
19
19
37
37
matrix :
38
38
os : [ubuntu-latest, windows-latest]
39
39
steps :
40
- - uses : actions/checkout@v3
40
+ - uses : actions/checkout@v4
41
41
with :
42
42
fetch-depth : 0
43
43
Original file line number Diff line number Diff line change 9
9
pack :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
with :
14
14
fetch-depth : 0
15
15
33
33
matrix :
34
34
os : [ubuntu-latest, windows-latest]
35
35
steps :
36
- - uses : actions/checkout@v3
36
+ - uses : actions/checkout@v4
37
37
with :
38
38
fetch-depth : 0
39
39
54
54
runs-on : ubuntu-latest
55
55
needs : [test]
56
56
steps :
57
- - uses : actions/checkout@v3
57
+ - uses : actions/checkout@v4
58
58
with :
59
59
fetch-depth : 0
60
60
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout repository
13
- uses : actions/checkout@v3
13
+ uses : actions/checkout@v4
14
14
15
15
- name : Use Node.js 18
16
16
uses : actions/setup-node@v3
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
20
20
21
21
steps :
22
22
- name : Checkout all commits and tags
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
if : ${{ github.event_name == 'pull_request' }}
25
25
with :
26
26
fetch-depth : 0
27
27
28
28
- name : Checkout single commit
29
- uses : actions/checkout@v3
29
+ uses : actions/checkout@v4
30
30
if : ${{ github.event_name != 'pull_request' }}
31
31
32
32
- name : Pull request scan
You can’t perform that action at this time.
0 commit comments