Fix outdated ref to actions/setup-python@v3 in doc

This commit is contained in:
Bastien Gerard 2023-01-07 22:18:41 +01:00
parent dec86ecf4e
commit 25f8360927

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