File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 27
27
runs-on : ubuntu-latest
28
28
steps :
29
29
- name : Checkout
30
- uses : actions/checkout@v4
30
+ uses : actions/checkout@v5
31
31
with :
32
32
ref : master
33
33
# Fetch all history for tags
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
with :
19
19
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
20
20
fetch-depth : 0
Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- name : Checkout
26
- uses : actions/checkout@v4
26
+ uses : actions/checkout@v5
27
27
28
28
- name : Setup pnpm
29
29
uses : pnpm/action-setup@v4
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
19
19
- name : Setup pnpm
20
20
uses : pnpm/action-setup@v4
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v4
14
+ uses : actions/checkout@v5
15
15
16
16
- name : Setup pnpm
17
17
uses : pnpm/action-setup@v4
You can’t perform that action at this time.
0 commit comments