Skip to content

Commit

Permalink
ci: Bump GitHub action workflows (#401)
Browse files Browse the repository at this point in the history
This PR bumps GitHub action workflows to their latest versions, thus avoiding deprecation warnings.
  • Loading branch information
deining authored Jan 11, 2025
1 parent 2b3bd8c commit 23a92c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 23a92c3

Please sign in to comment.