mirror of
https://github.com/actions/setup-python.git
synced 2024-11-22 07:00:57 -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/checkout@v4
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.13'
|
||||||
- run: python my_script.py
|
- run: python my_script.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue