mirror of
https://github.com/actions/setup-python.git
synced 2024-11-21 14:40:58 -05:00
Fix outdated ref to actions/setup-python@v3 in doc (#581)
This commit is contained in:
parent
dec86ecf4e
commit
d27e3f3d7c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue