File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - uses : actions/checkout@v4
22- - uses : pnpm/action-setup@v4.0 .0
22+ - uses : pnpm/action-setup@v4.1 .0
2323 - uses : actions/setup-node@v4
2424 with :
2525 node-version : ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 88
99 steps :
1010 - uses : actions/checkout@v4
11- - uses : pnpm/action-setup@v4.0 .0
11+ - uses : pnpm/action-setup@v4.1 .0
1212 - uses : actions/setup-node@v4
1313 with :
1414 node-version : 20.x
Original file line number Diff line number Diff line change 2121 with :
2222 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2323 fetch-depth : 0
24- - uses : pnpm/action-setup@v4.0 .0
24+ - uses : pnpm/action-setup@v4.1 .0
2525 - name : Setup Node.js
2626 uses : actions/setup-node@v4
2727 with :
You can’t perform that action at this time.
0 commit comments