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
|
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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user