Skip to content

Commit 5d1df72

Browse files
Fix: address CI failure by updating Pandoc installation
1 parent 5ab9513 commit 5d1df72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-pr-on-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: astral-sh/setup-uv@v6
2828

2929
- name: Install Pandoc
30-
uses: jgm/pandoc-action@v2
30+
uses: pandoc/actions/setup@v1
3131

3232
- name: Set up Git
3333
run: |

.github/workflows/snapshot-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: astral-sh/setup-uv@v6
2020

2121
- name: Install Pandoc
22-
uses: jgm/pandoc-action@v2
22+
uses: pandoc/actions/setup@v1
2323

2424
- name: Run snapshot tests
2525
run: |

0 commit comments

Comments
 (0)