File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,20 +25,20 @@ jobs:
2525 build :
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v3
28+ - uses : actions/checkout@v4
2929 - name : Install Hugo
3030 run : sudo snap install --channel=extended/stable hugo
3131 - name : Setup Pages
3232 id : pages
33- uses : actions/configure-pages@v2
33+ uses : actions/configure-pages@v5
3434 - name : Configure git identity
3535 run : |
3636 git config --global user.email "${{ github.actor }}@users.noreply.github.com"
3737 git config --global user.name "${{ github.actor }}"
3838 - name : Build site
3939 run : hugo --baseURL "${{ steps.pages.outputs.base_url }}/"
4040 - name : Upload pages
41- uses : actions/upload-pages-artifact@v1
41+ uses : actions/upload-pages-artifact@v3
4242 with :
4343 path : ./public
4444
5252 steps :
5353 - name : Deploy to GitHub Pages
5454 id : deployment
55- uses : actions/deploy-pages@v1
55+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 1212 env :
1313 GIT_CONFIG_NOSYSTEM : " 1"
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v4
1616 - name : Install Hugo
1717 run : sudo snap install --channel=extended/stable hugo
1818 - name : Try to build website
You can’t perform that action at this time.
0 commit comments