Skip to content

Commit 382531c

Browse files
Update pandoc/core Docker tag to v3
1 parent e364d2c commit 382531c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
if: startsWith(github.ref, 'refs/tags/')
2424
run: sed -i "s/dev-build/$TAG/g" metadata.txt
2525
- name: Create epub
26-
uses: docker://pandoc/core:2.14
26+
uses: docker://pandoc/core:3.6
2727
with:
2828
args: --toc --toc-depth=6 -o questions_${{ env.TAG }}.epub metadata.txt questions.md
2929

0 commit comments

Comments
 (0)