mirror of https://github.com/astral-sh/uv
`setup-python/v5` exists, `v6` don't exists. (#14533)
## Summary I suddenly found wrong documentation with setup-python in https://docs.astral.sh/uv/guides/integration/github/#setting-up-python. `setup-python/v5` exists, `setup-python/v6` don't exists. ## Test Plan nothing
This commit is contained in:
parent
92716606e5
commit
f900ef9e57
|
|
@ -96,7 +96,7 @@ jobs:
|
||||||
uses: astral-sh/setup-uv@v6
|
uses: astral-sh/setup-uv@v6
|
||||||
|
|
||||||
- name: "Set up Python"
|
- name: "Set up Python"
|
||||||
uses: actions/setup-python@v6
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version-file: ".python-version"
|
python-version-file: ".python-version"
|
||||||
```
|
```
|
||||||
|
|
@ -119,7 +119,7 @@ jobs:
|
||||||
uses: astral-sh/setup-uv@v6
|
uses: astral-sh/setup-uv@v6
|
||||||
|
|
||||||
- name: "Set up Python"
|
- name: "Set up Python"
|
||||||
uses: actions/setup-python@v6
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version-file: "pyproject.toml"
|
python-version-file: "pyproject.toml"
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue