mirror of
https://github.com/Wandmalfarbe/pandoc-latex-template.git
synced 2025-01-18 10:46:30 +00:00
ci: Bump GitHub action workflows (#401)
This PR bumps GitHub action workflows to their latest versions, thus avoiding deprecation warnings.
This commit is contained in:
parent
2b3bd8ce10
commit
23a92c3b3b
6
.github/workflows/build-examples.yml
vendored
6
.github/workflows/build-examples.yml
vendored
@ -6,7 +6,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
|
||||
- name: Setup pandoc
|
||||
@ -35,9 +35,9 @@ jobs:
|
||||
- name: Setup fonts and image convertion tool
|
||||
run: sudo apt-get update -qq && sudo apt-get install fonts-noto-cjk poppler-utils -y
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.12'
|
||||
python-version: '3.13'
|
||||
- name: Install python filters
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
|
Loading…
Reference in New Issue
Block a user