File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@v5
1313
14- - uses : pnpm/action-setup@v3
15- with :
16- version : latest
14+ - uses : pnpm/action-setup@v4
1715
1816 - uses : actions/setup-node@v5
1917 with :
Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v5
1515 with :
1616 ref : ${{github.event.pull_request.head.ref}}
17- - uses : pnpm/action-setup@v3
18- with :
19- version : latest
17+ - uses : pnpm/action-setup@v4
2018 - uses : actions/setup-node@v5
2119 with :
2220 node-version : 22
4038 - uses : actions/checkout@v5
4139 with :
4240 ref : ${{ github.base_ref }}
43- - uses : pnpm/action-setup@v3
44- with :
45- version : latest
41+ - uses : pnpm/action-setup@v4
4642 - uses : actions/setup-node@v5
4743 with :
4844 node-version : 22
You can’t perform that action at this time.
0 commit comments