Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d27e3f3

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎docs/advanced-usage.md

Copy file name to clipboardExpand all lines: docs/advanced-usage.md
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.