mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 23:42:13 +00:00
Fix small action version typo in docs
Just added the `v` before the semver version in the **Advanced Usage** doc section, **Using `setup-python` on GHES**. I had copied as-is and found this small typo.
This commit is contained in:
parent
34b4b622e3
commit
3ef1087bab
1 changed files with 1 additions and 1 deletions
|
@ -558,7 +558,7 @@ Here are the steps you need to follow to avoid the rate limit:
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: 3.8
|
python-version: 3.8
|
||||||
token: ${{ secrets.GH_GITHUB_COM_TOKEN }}
|
token: ${{ secrets.GH_GITHUB_COM_TOKEN }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue