1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2024-09-19 16:46:43 +00:00

Fix small action version typo in docs (#590)

This commit is contained in:
João Carlos Ferra de Almeida 2023-01-18 13:43:44 +00:00 committed by GitHub
parent 34b4b622e3
commit a6eba85bba
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}