From 90cec1afa4e378f210776fda21e6fa001f6f9aa0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 14:47:58 +0000 Subject: [PATCH] chore(deps): update pandoc/latex docker tag to v3 --- .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 315d93e9..b9743d9f 100644 --- a/.github/workflows/GHPages.yml +++ b/.github/workflows/GHPages.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 - - uses: docker://pandoc/latex:2.19 + - uses: docker://pandoc/latex:3.8 with: entrypoint: "/bin/sh" args: "./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 fddc26d9..4c366278 100644 --- a/.github/workflows/test-build-resources-with-pandoc.yml +++ b/.github/workflows/test-build-resources-with-pandoc.yml @@ -27,7 +27,7 @@ jobs: steps: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 - - uses: docker://pandoc/latex:2.19 + - uses: docker://pandoc/latex:3.8 with: entrypoint: "/bin/sh" args: "./build-resources-with-pandoc.sh"