mirror of
https://github.com/actions/setup-python.git
synced 2024-11-21 22:19:24 +00:00
Fix small action version typo in docs (#590)
This commit is contained in:
parent
34b4b622e3
commit
a6eba85bba
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
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@4
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.8
|
||||
token: ${{ secrets.GH_GITHUB_COM_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue