mirror of
https://github.com/pre-commit/action.git
synced 2025-11-07 10:46:56 +00:00
Bump up setup-python
Bump up setup-python to v4, because v3 triggers this warning: Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ Github states that > ... and plan to fully disable them on 31st May 2023.
This commit is contained in:
parent
5f528da5c9
commit
5aa4a6a58b
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v3
|
||||
- uses: actions/setup-python@v4
|
||||
- uses: pre-commit/action@v3.0.0
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue