File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout Repo
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
with :
20
20
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
21
21
fetch-depth : 0
Original file line number Diff line number Diff line change 11
11
node_version : [ 18, 20, 22 ]
12
12
steps :
13
13
- name : checkout
14
- uses : actions/checkout@v4
14
+ uses : actions/checkout@v5
15
15
- name : setup Node.js ${{ matrix.node_version }}
16
16
uses : actions/setup-node@v4
17
17
with :
Original file line number Diff line number Diff line change 9
9
deploy :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
- name : Setup Node.js
14
14
uses : actions/setup-node@v4
15
15
with :
You can’t perform that action at this time.
0 commit comments