From cd55cfa682678daed6e6618007570ca95a625170 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 9 May 2025 03:39:29 +0200 Subject: [PATCH] chore(deps): update actions/setup-python action to v5 (#37) 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 | `v4` -> `v5` | --- ### Release Notes
actions/setup-python (actions/setup-python) ### [`v5`](https://github.com/actions/setup-python/compare/v4...v5) [Compare Source](https://github.com/actions/setup-python/compare/v4...v5)
--- ### 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 becomes conflicted, 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.horstenkamp.eu/Philipp/gitea-act-create-pr/pulls/37 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/lint.yaml | 2 +- .gitea/workflows/maintenance.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index 2650708..4fd276f 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -11,7 +11,7 @@ jobs: SPECIFIC_BRANCH: chore/update-pre-commit steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 - run: pip install pre-commit shell: bash - name: pre-commit diff --git a/.gitea/workflows/maintenance.yaml b/.gitea/workflows/maintenance.yaml index f5f39ed..6bc8968 100644 --- a/.gitea/workflows/maintenance.yaml +++ b/.gitea/workflows/maintenance.yaml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 with: token: ${{ secrets.REPO_TOKEN_SERVER }} - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 - run: pip install pre-commit shell: bash - run: pre-commit autoupdate