From 75b3919730c4c3a3058ba5485363e0d5e9b95042 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 15:41:58 +0000 Subject: [PATCH] chore(deps): bump actions/setup-python from 5 to 7 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee3630d..4cc27e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v7 with: python-version: ${{ env.PYTHON_VERSION }} cache: pip @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v7 with: python-version: ${{ env.PYTHON_VERSION }} cache: pip @@ -45,7 +45,7 @@ jobs: needs: [lint-ruff, lint-mypy] steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v7 with: python-version: ${{ env.PYTHON_VERSION }} cache: pip @@ -81,7 +81,7 @@ jobs: needs: [lint-ruff, lint-mypy] steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v7 with: python-version: ${{ env.PYTHON_VERSION }} cache: pip @@ -128,7 +128,7 @@ jobs: needs: [lint-ruff, lint-mypy] steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v7 with: python-version: ${{ env.PYTHON_VERSION }} cache: pip @@ -157,7 +157,7 @@ jobs: needs: [security-pip-audit, security-bandit, security-pci-pan-guard, security-detect-secrets] steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v7 with: python-version: ${{ env.PYTHON_VERSION }} cache: pip @@ -204,7 +204,7 @@ jobs: --health-retries 5 steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v7 with: python-version: ${{ env.PYTHON_VERSION }} cache: pip