Skip to content

Commit dcf56df

Browse files
authored
Update README.md
1 parent c2338a2 commit dcf56df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ See [action.yml](action.yml)
1616
Basic:
1717
```yaml
1818
steps:
19-
- uses: actions/checkout@master
19+
- uses: actions/checkout@v1
2020
- uses: actions/setup-python@v1
2121
with:
2222
python-version: '3.x' # Version range or exact version of a Python version to use, using semvers version range syntax.

0 commit comments

Comments
 (0)