Fix outdated ref to actions/setup-python@v3 in doc (#581)

This commit is contained in:
Bastien Gérard 2023-01-09 09:55:39 +01:00 committed by GitHub
parent dec86ecf4e
commit d27e3f3d7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -259,7 +259,7 @@ If `check-latest` is set to `true`, the action first checks if the cached versio
```yaml
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: '3.7'
check-latest: true