Skip to content

Commit 858b111

Browse files
committed
Use hexdoc-dev/actions@v1
1 parent 77dfa60 commit 858b111

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
build-docs:
2828
needs: setup
29-
uses: hexdoc-dev/actions/.github/workflows/hexdoc.yml@v0
29+
uses: hexdoc-dev/actions/.github/workflows/hexdoc.yml@v1
3030
permissions:
3131
contents: write
3232
pages: read

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ permissions:
2222

2323
jobs:
2424
build-docs:
25-
uses: hexdoc-dev/actions/.github/workflows/hexdoc.yml@v0
25+
uses: hexdoc-dev/actions/.github/workflows/hexdoc.yml@v1
2626
permissions:
2727
contents: write
2828
pages: read

0 commit comments

Comments
 (0)