Skip to content

Commit b353def

Browse files
chore(deps): update pandoc/core docker tag to v3.9.0.0
1 parent dccdcfc commit b353def

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22-
- uses: docker://pandoc/core:3.1.1.0
22+
- uses: docker://pandoc/core:3.9.0.0@sha256:456259758447bd2d10a996075b92014d74fea6fac52395c7b6aa08145c0f77ae
2323
with:
2424
args: >-
2525
--standalone --template=template.html --output=index.html README.md

.github/workflows/test-html.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1111
- name: Generate index.html
12-
uses: docker://pandoc/core:3.8.2.1@sha256:6c1440145aaa075bd9cee256343bb108d95dfe77cfaafa6475c88d1efd62c580
12+
uses: docker://pandoc/core:3.9.0.0@sha256:456259758447bd2d10a996075b92014d74fea6fac52395c7b6aa08145c0f77ae
1313
with:
1414
args: >-
1515
--standalone --template=template.html --output=index.html README.md

0 commit comments

Comments
 (0)