diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 961758281..97643ce1d 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: docker://pandoc/core:3.9.0.2@sha256:bfca0ecc070ece31b6f56ba668446ab2dc9c973047eebb57b4d0710de8b91d0b + - uses: docker://pandoc/core:3.10.0.0@sha256:8d7467e8ee40b0365a344c3d41067d6d2349da52e9961e4229f331094806fb14 with: args: >- --standalone --template=template.html --output=index.html README.md diff --git a/.github/workflows/test-html.yml b/.github/workflows/test-html.yml index c7246d956..6a1575baa 100644 --- a/.github/workflows/test-html.yml +++ b/.github/workflows/test-html.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Generate index.html - uses: docker://pandoc/core:3.9.0.2@sha256:bfca0ecc070ece31b6f56ba668446ab2dc9c973047eebb57b4d0710de8b91d0b + uses: docker://pandoc/core:3.10.0.0@sha256:8d7467e8ee40b0365a344c3d41067d6d2349da52e9961e4229f331094806fb14 with: args: >- --standalone --template=template.html --output=index.html README.md