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@v4
14
+ uses : actions/checkout@v5
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@v4
16
+ uses : actions/checkout@v5
17
17
- name : Setup Node.js
18
18
uses : actions/setup-node@v4
19
19
- uses : pnpm/action-setup@v4
30
30
node : [18, 20, 22]
31
31
steps :
32
32
- name : Checkout
33
- uses : actions/checkout@v4
33
+ uses : actions/checkout@v5
34
34
- name : Setup Node.js ${{ matrix.node }}
35
35
uses : actions/setup-node@v4
36
36
with :
54
54
node : [20]
55
55
steps :
56
56
- name : Checkout
57
- uses : actions/checkout@v4
57
+ uses : actions/checkout@v5
58
58
- name : Setup Node.js ${{ matrix.node }}
59
59
uses : actions/setup-node@v4
60
60
with :
You can’t perform that action at this time.
0 commit comments