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,10 +34,10 @@ jobs:
3434 working-directory : website
3535 steps :
3636 - name : Check out repository
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v7
3838
3939 - name : Set up Node.js
40- uses : actions/setup-node@v4
40+ uses : actions/setup-node@v7
4141 with :
4242 node-version : 22
4343 cache : npm
5454
5555 - name : Configure GitHub Pages
5656 if : github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
57- uses : actions/configure-pages@v5
57+ uses : actions/configure-pages@v6
5858
5959 - name : Build website
6060 run : npm run build
6767
6868 - name : Upload GitHub Pages artifact
6969 if : github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
70- uses : actions/upload-pages-artifact@v4
70+ uses : actions/upload-pages-artifact@v5
7171 with :
7272 path : website/doc_build
7373
8585 steps :
8686 - name : Deploy to GitHub Pages
8787 id : deployment
88- uses : actions/deploy-pages@v4
88+ uses : actions/deploy-pages@v5
You can’t perform that action at this time.
0 commit comments