File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout Repo
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
with :
16
16
# Fetch all git history for correct changelog commits
17
17
fetch-depth : 0
Original file line number Diff line number Diff line change 14
14
lint :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
- name : Use Node.js 16
19
19
uses : actions/setup-node@v3
20
20
with :
37
37
type :
38
38
runs-on : ubuntu-latest
39
39
steps :
40
- - uses : actions/checkout@v3
40
+ - uses : actions/checkout@v4
41
41
- name : Use Node.js 16
42
42
uses : actions/setup-node@v3
43
43
with :
60
60
build :
61
61
runs-on : ubuntu-latest
62
62
steps :
63
- - uses : actions/checkout@v3
63
+ - uses : actions/checkout@v4
64
64
- name : Use Node.js 16
65
65
uses : actions/setup-node@v3
66
66
with :
87
87
runs-on : ubuntu-22.04
88
88
steps :
89
89
- name : Checkout
90
- uses : actions/checkout@v3
90
+ uses : actions/checkout@v4
91
91
- name : Use Node.js 16
92
92
uses : actions/setup-node@v3
93
93
with :
You can’t perform that action at this time.
0 commit comments