Skip to content

Commit a6eba85

Browse files
authored
Fix small action version typo in docs (actions#590)
1 parent 34b4b62 commit a6eba85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced-usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ Here are the steps you need to follow to avoid the rate limit:
558558

559559
```yml
560560
- name: Set up Python
561-
uses: actions/setup-python@4
561+
uses: actions/setup-python@v4
562562
with:
563563
python-version: 3.8
564564
token: ${{ secrets.GH_GITHUB_COM_TOKEN }}

0 commit comments

Comments
 (0)