chore(deps): update actions/setup-python action to v5 #37

Merged
Philipp merged 1 commits from renovate/actions-setup-python-5.x into main 2025-05-09 03:39:30 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 55bcf9fa11 - Show all commits

View File

@ -11,7 +11,7 @@ jobs:
SPECIFIC_BRANCH: chore/update-pre-commit SPECIFIC_BRANCH: chore/update-pre-commit
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-python@v4 - uses: actions/setup-python@v5
- run: pip install pre-commit - run: pip install pre-commit
shell: bash shell: bash
- name: pre-commit - name: pre-commit

View File

@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
token: ${{ secrets.REPO_TOKEN_SERVER }} token: ${{ secrets.REPO_TOKEN_SERVER }}
- uses: actions/setup-python@v4 - uses: actions/setup-python@v5
- run: pip install pre-commit - run: pip install pre-commit
shell: bash shell: bash
- run: pre-commit autoupdate - run: pre-commit autoupdate