Skip to content

Commit 210b2ec

Browse files
committed
Swicth version of asciidoctor action to v2
1 parent 211bf6d commit 210b2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-asciidoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v3
1414
- name: Get build container
1515
id: adocbuild
16-
uses: avattathil/asciidoctor-action@master
16+
uses: avattathil/asciidoctor-action@v2
1717
with:
1818
program: "asciidoctor --backend=html5 -D docs -r asciidoctor-diagram docs/reference/*.adoc"
1919
# asciidoctor --backend=html5 -D output docs/reference/developer-documentation.adoc

0 commit comments

Comments
 (0)