File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,20 +34,20 @@ jobs:
3434 wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-amd64.deb \
3535 && sudo dpkg -i ${{ runner.temp }}/hugo.deb
3636 - name : Checkout
37- uses : actions/checkout@v3
37+ uses : actions/checkout@v4
3838 with :
3939 submodules : recursive
4040 - name : Setup Pages
4141 id : pages
42- uses : actions/configure-pages@v2
42+ uses : actions/configure-pages@v5
4343
4444 - name : setup ruby
4545 uses : ruby/setup-ruby@v1
4646 with :
4747 ruby-version : 2.7
4848
4949 - name : setup asciidoctor
50- 50+ 5151 with :
5252 version : 2.0.18
5353
6464 --minify \
6565 --baseURL "${{ steps.pages.outputs.base_url }}/"
6666 - name : Upload artifact
67- uses : actions/upload-pages-artifact@v1
67+ uses : actions/upload-pages-artifact@v3
6868 with :
6969 path : ./public
7070
7878 steps :
7979 - name : Deploy to GitHub Pages
8080 id : deployment
81- uses : actions/deploy-pages@v1
81+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments