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 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout Repo
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 with :
1616 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1717 fetch-depth : 0
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 - name : Setup Node.js
1818 uses : actions/setup-node@v4
1919 - uses : pnpm/action-setup@v4
3030 node : [18, 20, 22]
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v5
3434 - name : Setup Node.js ${{ matrix.node }}
3535 uses : actions/setup-node@v4
3636 with :
5454 node : [20]
5555 steps :
5656 - name : Checkout
57- uses : actions/checkout@v4
57+ uses : actions/checkout@v5
5858 - name : Setup Node.js ${{ matrix.node }}
5959 uses : actions/setup-node@v4
6060 with :
You can’t perform that action at this time.
0 commit comments