File tree Expand file tree Collapse file tree 2 files changed +8
-23
lines changed Expand file tree Collapse file tree 2 files changed +8
-23
lines changed Original file line number Diff line number Diff line change @@ -13,33 +13,18 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : checkout
16- uses : actions/checkout@v3
16+ uses : actions/checkout@v4
1717
18- - name : install node.js
19- uses : actions/setup-node@v3
20- with :
21- node-version : 18
22-
23- - uses : pnpm/action-setup@v2
18+ - uses : pnpm/action-setup@v4
2419 name : install pnpm
25- id : pnpm-install
2620 with :
27- version : 8
2821 run_install : false
2922
30- - name : get pnpm store
31- id : pnpm-cache
32- shell : bash
33- run : |
34- echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
35-
36- - name : set up pnpm cache
37- uses : actions/cache@v3
23+ - name : install node.js
24+ uses : actions/setup-node@v4
3825 with :
39- path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
40- key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
41- restore-keys : |
42- ${{ runner.os }}-pnpm-store-
26+ node-version : 20
27+ cache : ' pnpm'
4328
4429 - name : install dependencies
4530 run : pnpm install
4833 run : pnpm run build
4934
5035 - name : upload artifact
51- uses : actions/upload-artifact@v3
36+ uses : actions/upload-artifact@v4
5237 with :
5338 name : help-site
5439 path : build
Original file line number Diff line number Diff line change 4949 if : needs.check.outputs.secrets == 'ok'
5050 steps :
5151 - name : checkout
52- uses : actions/checkout@v3
52+ uses : actions/checkout@v4
5353
5454 - name : setup python
5555 uses : actions/setup-python@v4
You can’t perform that action at this time.
0 commit comments