File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,28 +34,28 @@ jobs:
3434 runs-on : ubuntu-latest
3535 steps :
3636 - name : Checkout
37- uses : actions/checkout@v3
37+ uses : actions/checkout@v4
3838 - name : Setup Node
39- uses : actions/setup-node@v3
39+ uses : actions/setup-node@v4
4040 with :
4141 node-version : " 20"
42- - uses : pnpm/action-setup@v2
42+ - uses : pnpm/action-setup@v4
4343 with :
4444 version : 8
4545 - name : Get pnpm store directory
4646 shell : bash
4747 run : |
4848 echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
4949
50- - uses : actions/cache@v3
50+ - uses : actions/cache@v4
5151 name : Setup pnpm cache
5252 with :
5353 path : ${{ env.STORE_PATH }}
5454 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
5555 restore-keys : |
5656 ${{ runner.os }}-pnpm-store-
5757 - name : Restore cache
58- uses : actions/cache@v3
58+ uses : actions/cache@v4
5959 with :
6060 path : |
6161 dist
6868 - name : Static HTML export with Nuxt
6969 run : pnpm run generate
7070 - name : Upload artifact
71- uses : actions/upload-pages-artifact@v2
71+ uses : actions/upload-pages-artifact@v3
7272 with :
7373 path : ./dist
7474
8282 steps :
8383 - name : Deploy to GitHub Pages
8484 id : deployment
85- uses : actions/deploy-pages@v2
85+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments