Skip to content

Commit 430c1aa

Browse files
Update pandoc/latex Docker tag to v3
1 parent ff52831 commit 430c1aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v6
1212
- uses: actions/setup-node@v6
13-
- uses: docker://pandoc/latex:2.19
13+
- uses: docker://pandoc/latex:3.8
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@v6
2424
- uses: actions/setup-node@v6
25-
- uses: docker://pandoc/latex:2.19
25+
- uses: docker://pandoc/latex:3.8
2626
with:
2727
entrypoint: "/bin/sh"
2828
args: "./build-resources-with-pandoc.sh"

0 commit comments

Comments
 (0)