5
0
Fork 0
mirror of https://github.com/pre-commit/action.git synced 2025-11-07 18:56:55 +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:
Dima Tisnek 2023-02-07 15:17:58 +09:00 committed by GitHub
parent 5f528da5c9
commit 5aa4a6a58b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```