Skip to content

Commit ac1e66d

Browse files
committed
chore: use pandoc 3.7
1 parent 1b780b1 commit ac1e66d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/GHPages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v5
1212
- uses: actions/setup-node@v5
13-
- uses: docker://pandoc/latex:2.19
13+
- uses: docker://pandoc/latex:3.7
1414
with:
1515
entrypoint: "/bin/sh"
1616
args: "./build-resources-with-pandoc.sh"

.github/workflows/test-build-resources-with-pandoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v5
2424
- uses: actions/setup-node@v5
25-
- uses: docker://pandoc/latex:2.19
25+
- uses: docker://pandoc/latex:3.7
2626
with:
2727
entrypoint: "/bin/sh"
2828
args: "./build-resources-with-pandoc.sh"

0 commit comments

Comments
 (0)