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 2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Checkout Repo
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v6
2828 with :
2929 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
3030 fetch-depth : 0
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v6
2525 - name : Setup Node.js
2626 uses : actions/setup-node@v4
2727 - uses : pnpm/action-setup@v4
3838 node : [18, 20, 22]
3939 steps :
4040 - name : Checkout
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v6
4242 - name : Setup Node.js ${{ matrix.node }}
4343 uses : actions/setup-node@v4
4444 with :
6262 node : [20]
6363 steps :
6464 - name : Checkout
65- uses : actions/checkout@v4
65+ uses : actions/checkout@v6
6666 - name : Setup Node.js ${{ matrix.node }}
6767 uses : actions/setup-node@v4
6868 with :
You can’t perform that action at this time.
0 commit comments