File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
node : [22]
33
33
os : [ubuntu-latest]
34
34
steps :
35
- - uses : actions/checkout@v4
35
+ - uses : actions/checkout@v5
36
36
- uses : actions/setup-node@v4
37
37
with :
38
38
node-version : ${{ matrix.node }}
@@ -100,7 +100,7 @@ jobs:
100
100
vite : ' rolldown-vite'
101
101
svelte : ' current'
102
102
steps :
103
- - uses : actions/checkout@v4
103
+ - uses : actions/checkout@v5
104
104
- uses : actions/setup-node@v4
105
105
with :
106
106
node-version : ${{ matrix.node }}
Original file line number Diff line number Diff line change 23
23
os : [ubuntu-latest]
24
24
steps :
25
25
- name : checkout
26
- uses : actions/checkout@v4
26
+ uses : actions/checkout@v5
27
27
with :
28
28
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
29
29
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments