File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- name : Checkout
27
- uses : actions/checkout@v3
27
+ uses : actions/checkout@v4
28
28
- uses : actions/setup-node@v3
29
29
- name : Install And Build
30
30
run : |+
Original file line number Diff line number Diff line change 10
10
lint :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- uses : actions/setup-node@v3
15
15
- name : Install Packages
16
16
run : npm install -f
24
24
matrix :
25
25
node-version : [16.x, 18.x, 20.x]
26
26
steps :
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
28
- name : Use Node.js ${{ matrix.node-version }}
29
29
uses : actions/setup-node@v3
30
30
with :
40
40
matrix :
41
41
node-version : [12.x, 14.x]
42
42
steps :
43
- - uses : actions/checkout@v3
43
+ - uses : actions/checkout@v4
44
44
- name : Use Node.js ${{ matrix.node-version }}
45
45
uses : actions/setup-node@v3
46
46
with :
54
54
test-and-coverage :
55
55
runs-on : ubuntu-latest
56
56
steps :
57
- - uses : actions/checkout@v3
57
+ - uses : actions/checkout@v4
58
58
- uses : actions/setup-node@v3
59
59
with :
60
60
node-version : 14.x
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Checkout Repo
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
with :
21
21
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
22
22
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments