Skip to content

Commit d089702

Browse files
committed
Update pandoc action to a new version
1 parent 80140c6 commit d089702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# It could be used as the release body but had some minor formatting issues.
3737
# For example, it contained unnecessary new lines in the body.
3838
- name: Convert from HTML to markdown
39-
uses: docker://pandoc/core:2.16.2
39+
uses: docker://pandoc/core:2.18.0
4040
if: ${{ steps.check-for-updates.outputs.result == 'stale' }}
4141
with:
4242
# These are appended to "pandoc" command exactly like in terminal

0 commit comments

Comments
 (0)