Skip to content

Commit c884171

Browse files
authored
Update pages.yml
1 parent 4fbb9f2 commit c884171

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)