File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,26 +11,26 @@ permissions:
1111
1212jobs :
1313 build :
14- runs-on : ubuntu-20 .04
14+ runs-on : ubuntu-22 .04
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717 with :
1818 submodules : recursive
19- - uses : actions/configure-pages@v1
19+ - uses : actions/configure-pages@v5
2020 -
uses :
jakejarvis/[email protected] 21- - uses : actions/upload-pages-artifact@v1
21+ - uses : actions/upload-pages-artifact@v3
2222 with :
2323 path : public
2424
2525 deploy :
2626 if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
27- runs-on : ubuntu-20 .04
27+ runs-on : ubuntu-22 .04
2828 needs : build
2929 environment :
3030 name : github-pages
3131 url : ${{ steps.deployment.outputs.page_url }}
3232 steps :
3333 - name : Deploy to GitHub Pages
3434 id : deployment
35- uses : actions/deploy-pages@v1
35+ uses : actions/deploy-pages@v4
3636
You can’t perform that action at this time.
0 commit comments