Skip to content

Commit db23f68

Browse files
authored
Change Pandoc setup action to r-lib version
Updated Pandoc setup action to use r-lib version.
1 parent 2c1f86a commit db23f68

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/arxiv-draft.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v4
1616

17-
# Install standard Pandoc
17+
# Install Pandoc
1818
- name: Setup Pandoc
19-
uses: pandoc/actions/setup@v1
20-
with:
21-
version: 'latest'
19+
uses: r-lib/actions/setup-pandoc@v3
2220

2321
# Install a basic LaTeX environment using the maintained action
2422
- name: Setup TeX Live

0 commit comments

Comments
 (0)