File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,12 @@ jobs:
4545 wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_linux-amd64.deb \
4646 && sudo dpkg -i ${{ runner.temp }}/hugo.deb
4747 - name : Checkout
48- uses : actions/checkout@v3
48+ uses : actions/checkout@v4
4949 with :
5050 ref : exampleSite
5151 - name : Setup Pages
5252 id : pages
53- uses : actions/configure-pages@v3
53+ uses : actions/configure-pages@v5
5454 - name : Get Theme
5555 run : git submodule update --init --recursive
5656 - name : Update theme to Latest commit
6161 --buildDrafts --gc \
6262 --baseURL ${{ steps.pages.outputs.base_url }}
6363 - name : Upload artifact
64- uses : actions/upload-pages-artifact@v2
64+ uses : actions/upload-pages-artifact@v3
6565 with :
6666 path : ./public
6767 # Deployment job
7474 steps :
7575 - name : Deploy to GitHub Pages
7676 id : deployment
77- uses : actions/deploy-pages@v2
77+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments