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 3232 node : [22]
3333 os : [ubuntu-latest]
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v5
3636 - uses : actions/setup-node@v4
3737 with :
3838 node-version : ${{ matrix.node }}
@@ -100,7 +100,7 @@ jobs:
100100 vite : ' rolldown-vite'
101101 svelte : ' current'
102102 steps :
103- - uses : actions/checkout@v4
103+ - uses : actions/checkout@v5
104104 - uses : actions/setup-node@v4
105105 with :
106106 node-version : ${{ matrix.node }}
Original file line number Diff line number Diff line change 2323 os : [ubuntu-latest]
2424 steps :
2525 - name : checkout
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2727 with :
2828 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2929 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments