Skip to content

Commit

Permalink
Fix outdated ref to actions/setup-python@v3 in doc (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
bagerard committed Jan 9, 2023
1 parent dec86ec commit d27e3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-usage.md
Expand Up @@ -259,7 +259,7 @@ If `check-latest` is set to `true`, the action first checks if the cached versio
```yaml
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: '3.7'
check-latest: true
Expand Down

0 comments on commit d27e3f3

Please sign in to comment.