8000 Fix outdated ref to actions/setup-python@v3 in doc (#581) · Adapta-dev/setup-python@d27e3f3 · GitHub
[go: up one dir, main page]

Skip to content

Commit d27e3f3

Browse files
authored
Fix outdated ref to actions/setup-python@v3 in doc (actions#581)
1 parent dec86ec commit d27e3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ If `check-latest` is set to `true`, the action first checks if the cached versio
259259
```yaml
260260
steps:
261261
- uses: actions/checkout@v3
262-
- uses: actions/setup-python@v3
262+
- uses: actions/setup-python@v4
263263
with:
264264
python-version: '3.7'
265265
check-latest: true

0 commit comments

Comments
 (0)
0