5
0
Fork 0
mirror of https://github.com/pre-commit/action.git synced 2025-11-07 10:46:56 +00:00

docs: update to work with actions/setup-python@v4

This commit is contained in:
Lucas Bickel 2022-06-11 09:44:19 +02:00 committed by GitHub
parent 646c83fcd0
commit 4d9c0900f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- uses: pre-commit/action@v3.0.0
```