Skip to content

Commit

Permalink
Fix small action version typo in docs (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jalmeida1994 committed Jan 18, 2023
1 parent 34b4b62 commit a6eba85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-usage.md
Expand Up @@ -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 }}
Expand Down

0 comments on commit a6eba85

Please sign in to comment.