From e11f0ba09635c7b238c6d09c4be1f0aa3a259ea2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 20:23:36 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v5.4.0 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c71dcf..995680e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: path: tests/appdata/data key: cache-data-${{ runner.os }}-${{ matrix.python }} - name: Set up Python ${{ matrix.python }} - uses: actions/setup-python@v5.3.0 + uses: actions/setup-python@v5.4.0 with: python-version: ${{ matrix.python }} - name: Upgrade pip @@ -105,7 +105,7 @@ jobs: - name: Check out the repository uses: actions/checkout@v4.2.2 - name: Set up Python - uses: actions/setup-python@v5.3.0 + uses: actions/setup-python@v5.4.0 with: python-version: "3.11" - name: Upgrade pip diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9732baa..6812899 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 2 - name: Set up Python - uses: actions/setup-python@v5.3.0 + uses: actions/setup-python@v5.4.0 with: python-version: "3.8"