Skip to content

Commit

Permalink
GHA CI: Update pandoc to latest
Browse files Browse the repository at this point in the history
* Bumped `pandoc` -> 3.6
  • Loading branch information
xavier2k6 committed Dec 17, 2024
1 parent d96ab6b commit 62cde6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_file_health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
curl \
-L \
-o "${{ runner.temp }}/pandoc.tar.gz" \
"https://github.com/jgm/pandoc/releases/download/3.4/pandoc-3.4-linux-amd64.tar.gz"
"https://github.com/jgm/pandoc/releases/download/3.6/pandoc-3.6-linux-amd64.tar.gz"
tar -xf "${{ runner.temp }}/pandoc.tar.gz" -C "${{ github.workspace }}/.."
mv "${{ github.workspace }}/.."/pandoc-* "${{ env.pandoc_path }}"
# run pandoc
Expand Down

0 comments on commit 62cde6f

Please sign in to comment.