mirror of
https://github.com/Wandmalfarbe/pandoc-latex-template.git
synced 2025-01-10 23:12:59 +00:00
Bump GitHub action workflows
This commit is contained in:
parent
24a8c00936
commit
db550f832a
8
.github/workflows/build-examples.yml
vendored
8
.github/workflows/build-examples.yml
vendored
@ -6,12 +6,12 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
|
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
|
||||||
- name: Setup pandoc
|
- name: Setup pandoc
|
||||||
env:
|
env:
|
||||||
PANDOC_VERSION: "3.4"
|
PANDOC_VERSION: "3.5"
|
||||||
run: |
|
run: |
|
||||||
wget -qO- https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_VERSION}-linux-amd64.tar.gz | sudo tar xzf - --strip-components 1 -C /usr/local/
|
wget -qO- https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_VERSION}-linux-amd64.tar.gz | sudo tar xzf - --strip-components 1 -C /usr/local/
|
||||||
- name: Setup TexLive
|
- name: Setup TexLive
|
||||||
@ -35,9 +35,9 @@ jobs:
|
|||||||
- name: Setup fonts and image convertion tool
|
- name: Setup fonts and image convertion tool
|
||||||
run: sudo apt-get update -qq && sudo apt-get install fonts-noto-cjk poppler-utils -y
|
run: sudo apt-get update -qq && sudo apt-get install fonts-noto-cjk poppler-utils -y
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.13'
|
||||||
- name: Install python filters
|
- name: Install python filters
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
Loading…
Reference in New Issue
Block a user