File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 # Allows you to run this workflow manually from the Actions tab
1313 workflow_dispatch :
1414
15- # Sets the GITHUB_TOKEN permissions to allow deployment to GitHub Pages
15+ # Sets the GITHUB_TOKEN permissions to allow deployment to GitHub Pages
1616permissions :
1717 contents : read
1818 pages : write
@@ -32,10 +32,10 @@ jobs:
3232 runs-on : ubuntu-latest
3333 steps :
3434 - name : Checkout
35- uses : actions/checkout@v5
36- - uses : pnpm/action-setup@v3
35+ uses : actions/checkout@v7
36+ - uses : pnpm/action-setup@v6
3737 - name : Set up Node
38- uses : actions/setup-node@v4
38+ uses : actions/setup-node@v6
3939 with :
4040 node-version-file : ' .nvmrc'
4141 cache : ' pnpm'
@@ -45,11 +45,11 @@ jobs:
4545 - name : Build
4646 run : pnpm run build
4747 - name : Setup Pages
48- uses : actions/configure-pages@v5
48+ uses : actions/configure-pages@v6
4949 - name : Upload artifact
50- uses : actions/upload-pages-artifact@v4
50+ uses : actions/upload-pages-artifact@v5
5151 with :
5252 path : ' ./build'
5353 - name : Deploy to GitHub Pages
5454 id : deployment
55- uses : actions/deploy-pages@v4
55+ uses : actions/deploy-pages@v5
You can’t perform that action at this time.
0 commit comments