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 - name : Checkout the repository
2020 uses : actions/checkout@v4
2121 - name : Install pnpm
22- uses : pnpm/action-setup@v2
22+ uses : pnpm/action-setup@v4
2323 with :
2424 version : 10
2525 - name : Install Node.js
Original file line number Diff line number Diff line change 1111 with :
1212 fetch-depth : 0
1313 - name : Install pnpm
14- uses : pnpm/action-setup@v2
14+ uses : pnpm/action-setup@v4
1515 with :
1616 version : 10
1717 - name : Install Node.js
Original file line number Diff line number Diff line change 1717 - name : Checkout the repository
1818 uses : actions/checkout@v4
1919 - name : Install pnpm
20- uses : pnpm/action-setup@v2
20+ uses : pnpm/action-setup@v4
2121 with :
2222 version : 10
2323 - name : Install Node.js ${{ matrix.node-version }}
You can’t perform that action at this time.
0 commit comments