We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2338a2 commit dcf56dfCopy full SHA for dcf56df
README.md
@@ -16,7 +16,7 @@ See [action.yml](action.yml)
16
Basic:
17
```yaml
18
steps:
19
-- uses: actions/checkout@master
+- uses: actions/checkout@v1
20
- uses: actions/setup-python@v1
21
with:
22
python-version: '3.x' # Version range or exact version of a Python version to use, using semvers version range syntax.
0 commit comments