From 7eab189f0fb6f80028e205fbffc8304a4dc7330f Mon Sep 17 00:00:00 2001 From: "Renovate [BOT]" Date: Fri, 12 Sep 2025 19:31:22 +0200 Subject: [PATCH] chore(deps): update actions/setup-python action to v6 (#33) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-python](https://github.com/actions/setup-python) | action | major | `v5` -> `v6` | --- ### Release Notes
actions/setup-python (actions/setup-python) ### [`v6`](https://github.com/actions/setup-python/compare/v5...v6) [Compare Source](https://github.com/actions/setup-python/compare/v5...v6)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.tainton.uk/actions/gha-workflows/pulls/33 Co-authored-by: Renovate [BOT] Co-committed-by: Renovate [BOT] --- .gitea/workflows/ci-python-poetry-with-docker.yml | 2 +- .gitea/workflows/ci-python-poetry.yml | 2 +- .gitea/workflows/ci-python-uv-with-docker.yml | 2 +- .gitea/workflows/ci-python-with-docker.yml | 2 +- .gitea/workflows/ci-python.yml | 2 +- .github/workflows/ci-python-poetry-with-docker.yml | 2 +- .github/workflows/ci-python-poetry.yml | 2 +- .github/workflows/ci-python-with-docker.yml | 2 +- .github/workflows/ci-python.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitea/workflows/ci-python-poetry-with-docker.yml b/.gitea/workflows/ci-python-poetry-with-docker.yml index 48941c1..b1d7366 100644 --- a/.gitea/workflows/ci-python-poetry-with-docker.yml +++ b/.gitea/workflows/ci-python-poetry-with-docker.yml @@ -32,7 +32,7 @@ jobs: no-fail: true - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "${{ inputs.python-version }}" diff --git a/.gitea/workflows/ci-python-poetry.yml b/.gitea/workflows/ci-python-poetry.yml index 2617e9a..4b0413d 100644 --- a/.gitea/workflows/ci-python-poetry.yml +++ b/.gitea/workflows/ci-python-poetry.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "${{ inputs.python-version }}" diff --git a/.gitea/workflows/ci-python-uv-with-docker.yml b/.gitea/workflows/ci-python-uv-with-docker.yml index 95096f6..06a1034 100644 --- a/.gitea/workflows/ci-python-uv-with-docker.yml +++ b/.gitea/workflows/ci-python-uv-with-docker.yml @@ -32,7 +32,7 @@ jobs: no-fail: true - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "${{ vars.PYTHON_VERSION }}" diff --git a/.gitea/workflows/ci-python-with-docker.yml b/.gitea/workflows/ci-python-with-docker.yml index 5513aaf..6d2f158 100644 --- a/.gitea/workflows/ci-python-with-docker.yml +++ b/.gitea/workflows/ci-python-with-docker.yml @@ -29,7 +29,7 @@ jobs: no-fail: true - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "${{ inputs.python-version }}" diff --git a/.gitea/workflows/ci-python.yml b/.gitea/workflows/ci-python.yml index 7335c17..90ad756 100644 --- a/.gitea/workflows/ci-python.yml +++ b/.gitea/workflows/ci-python.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "${{ inputs.python-version }}" diff --git a/.github/workflows/ci-python-poetry-with-docker.yml b/.github/workflows/ci-python-poetry-with-docker.yml index 94391e2..985231a 100644 --- a/.github/workflows/ci-python-poetry-with-docker.yml +++ b/.github/workflows/ci-python-poetry-with-docker.yml @@ -32,7 +32,7 @@ jobs: format: sonarqube no-fail: true - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "${{ steps.python-version.outputs.value }}" - name: Setup Poetry diff --git a/.github/workflows/ci-python-poetry.yml b/.github/workflows/ci-python-poetry.yml index a59ebba..1535f74 100644 --- a/.github/workflows/ci-python-poetry.yml +++ b/.github/workflows/ci-python-poetry.yml @@ -26,7 +26,7 @@ jobs: with: fetch-depth: 0 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "${{ steps.python-version.outputs.value }}" - name: Setup Poetry diff --git a/.github/workflows/ci-python-with-docker.yml b/.github/workflows/ci-python-with-docker.yml index 25950c5..68c9502 100644 --- a/.github/workflows/ci-python-with-docker.yml +++ b/.github/workflows/ci-python-with-docker.yml @@ -32,7 +32,7 @@ jobs: format: sonarqube no-fail: true - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "${{ steps.python-version.outputs.value }}" - name: Update Pip diff --git a/.github/workflows/ci-python.yml b/.github/workflows/ci-python.yml index 30831d3..06d254e 100644 --- a/.github/workflows/ci-python.yml +++ b/.github/workflows/ci-python.yml @@ -26,7 +26,7 @@ jobs: with: fetch-depth: 0 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "${{ steps.python-version.outputs.value }}" - name: Update Pip