chore(deps): update actions/setup-python action to v5
All checks were successful
Lint / pre-commit Autoupdate (push) Successful in 2m24s
All checks were successful
Lint / pre-commit Autoupdate (push) Successful in 2m24s
This commit is contained in:
parent
728a502b4d
commit
55bcf9fa11
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user