File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
17
17
fetch-depth : 0
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
- name : Setup Node.js
18
18
uses : actions/setup-node@v3
19
19
with :
35
35
node : [16, 18, 20]
36
36
steps :
37
37
- name : Checkout
38
- uses : actions/checkout@v3
38
+ uses : actions/checkout@v4
39
39
- name : Setup Node.js ${{ matrix.node }}
40
40
uses : actions/setup-node@v3
41
41
with :
60
60
node : [16]
61
61
steps :
62
62
- name : Checkout
63
- uses : actions/checkout@v3
63
+ uses : actions/checkout@v4
64
64
- name : Setup Node.js ${{ matrix.node }}
65
65
uses : actions/setup-node@v3
66
66
with :
You can’t perform that action at this time.
0 commit comments