File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,20 +30,20 @@ jobs:
3030 container : asciidoctor/docker-asciidoctor
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@v3
33+ uses : actions/checkout@v4
3434 # The asciidoctor container is built on Alpine and contains only a Busybox tar.
3535 # Github Actions need GNU tar for its options.
3636 - name : Install tar
3737 run : apk add tar
3838 - name : Build documentation
3939 run : asciidoctor --safe -vn docs/using-newdoc.adoc --out-file=docs/index.html
4040 - name : Setup Pages
41- uses : actions/configure-pages@v3
41+ uses : actions/configure-pages@v5
4242 - name : Upload artifact
4343 uses : actions/upload-pages-artifact@v3
4444 with :
4545 # Upload the generated HTML file
4646 path : ' docs'
4747 - name : Deploy to GitHub Pages
4848 id : deployment
49- uses : actions/deploy-pages@v2
49+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments