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:
Andreas Deininger 2025-01-11 18:27:17 +01:00 committed by GitHub
parent 2b3bd8ce10
commit 23a92c3b3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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