1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2024-09-19 16:46:43 +00:00

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
Signed by: GitHub
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