From 23a92c3b3bbbfd222889df7cbdfd67d96ba58212 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Sat, 11 Jan 2025 18:27:17 +0100 Subject: [PATCH] ci: Bump GitHub action workflows (#401) This PR bumps GitHub action workflows to their latest versions, thus avoiding deprecation warnings. --- .github/workflows/build-examples.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-examples.yml b/.github/workflows/build-examples.yml index 0905388..8e5f205 100644 --- a/.github/workflows/build-examples.yml +++ b/.github/workflows/build-examples.yml @@ -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