mirror of
https://github.com/pre-commit/action.git
synced 2025-11-07 18:56:55 +00:00
docs: update to work with actions/setup-python@v4
This commit is contained in:
parent
646c83fcd0
commit
4d9c0900f3
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue