Skip to content

Commit f900ef9

Browse files
authored
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
1 parent 9271660 commit f900ef9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/integration/github.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
uses: astral-sh/setup-uv@v6
9797
9898
- name: "Set up Python"
99-
uses: actions/setup-python@v6
99+
uses: actions/setup-python@v5
100100
with:
101101
python-version-file: ".python-version"
102102
```
@@ -119,7 +119,7 @@ jobs:
119119
uses: astral-sh/setup-uv@v6
120120
121121
- name: "Set up Python"
122-
uses: actions/setup-python@v6
122+
uses: actions/setup-python@v5
123123
with:
124124
python-version-file: "pyproject.toml"
125125
```

0 commit comments

Comments
 (0)