File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
27
+ uses : actions/checkout@v4
28
28
- uses : actions/setup-node@v3
29
29
with :
30
30
node-version : 18
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
13
+ - uses : actions/checkout@v4
14
14
- uses : actions/setup-node@v3
15
15
with :
16
16
node-version : 16
24
24
matrix :
25
25
node-version : [12.x, 14.x, 16.x]
26
26
steps :
27
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
27
+ - uses : actions/checkout@v4
28
28
- name : Use Node.js ${{ matrix.node-version }}
29
29
uses : actions/setup-node@v3
30
30
with :
41
41
matrix :
42
42
node-version : [12.x]
43
43
steps :
44
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
44
+ - uses : actions/checkout@v4
45
45
- name : Use Node.js ${{ matrix.node-version }}
46
46
uses : actions/setup-node@v3
47
47
with :
59
59
matrix :
60
60
node-version : [14.x]
61
61
steps :
62
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
62
+ - uses : actions/checkout@v4
63
63
- name : Use Node.js ${{ matrix.node-version }}
64
64
uses : actions/setup-node@v3
65
65
with :
74
74
test-and-coverage :
75
75
runs-on : ubuntu-latest
76
76
steps :
77
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
77
+ - uses : actions/checkout@v4
78
78
- uses : actions/setup-node@v3
79
79
- name : Install Packages
80
80
run : npm install
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
14
+ uses : actions/checkout@v4
15
15
with :
16
16
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
17
17
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments