File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 && sudo dpkg -i ${{ runner.temp }}/hugo.deb
4343
4444 - name : Checkout
45- uses : actions/checkout@v4
45+ uses : actions/checkout@v6
4646 with :
4747 ref : exampleSite
4848
Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ jobs:
4747 wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_linux-amd64.deb \
4848 && sudo dpkg -i ${{ runner.temp }}/hugo.deb
4949 - name : Checkout
50- uses : actions/checkout@v4
50+ uses : actions/checkout@v6
5151 with :
5252 ref : exampleSite
5353 - name : Setup Pages
5454 id : pages
55- uses : actions/configure-pages@v5
55+ uses : actions/configure-pages@v6
5656 - name : Get Theme
5757 run : git submodule update --init --recursive
5858 - name : Update theme to Latest commit
6363 --buildDrafts --gc \
6464 --baseURL ${{ steps.pages.outputs.base_url }}
6565 - name : Upload artifact
66- uses : actions/upload-pages-artifact@v3
66+ uses : actions/upload-pages-artifact@v5
6767 with :
6868 path : ./public
6969 # Deployment job
7979 steps :
8080 - name : Deploy to GitHub Pages
8181 id : deployment
82- uses : actions/deploy-pages@v4
82+ uses : actions/deploy-pages@v5
You can’t perform that action at this time.
0 commit comments