mirror of
https://github.com/actions/setup-python.git
synced 2024-11-21 22:50:58 -05:00
docs: reference latest version in README
This commit is contained in:
parent
a2531c5a6a
commit
c3243b15ff
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ steps:
|
|||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.12'
|
||||
python-version: '3.13'
|
||||
- run: python my_script.py
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue