From ae685838d9f7e14aa59a3058c4689c9979e8c197 Mon Sep 17 00:00:00 2001 From: ota-meshi Date: Wed, 25 Dec 2024 10:36:59 +0900 Subject: [PATCH] use pandoc 2.14 --- .github/workflows/GHPages.yml | 2 +- .github/workflows/test-build-resources-with-pandoc.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/GHPages.yml b/.github/workflows/GHPages.yml index 0c8fbd3e..bd5bcc98 100644 --- a/.github/workflows/GHPages.yml +++ b/.github/workflows/GHPages.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 - - uses: docker://pandoc/latex:2.9 + - uses: docker://pandoc/latex:2.14 with: args: | sh build-resources-with-pandoc.sh diff --git a/.github/workflows/test-build-resources-with-pandoc.yml b/.github/workflows/test-build-resources-with-pandoc.yml index be561387..307e65ae 100644 --- a/.github/workflows/test-build-resources-with-pandoc.yml +++ b/.github/workflows/test-build-resources-with-pandoc.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 - - uses: docker://pandoc/latex:2.9 + - uses: docker://pandoc/latex:2.14 with: args: sh build-resources-with-pandoc.sh - name: Archive resources