We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3503180 + a208271 commit b3b6fd7Copy full SHA for b3b6fd7
1 file changed
README.md
@@ -16,7 +16,7 @@ See [action.yml](action.yml)
16
Basic:
17
```yaml
18
steps:
19
-- uses: actions/checkout@v1
+- uses: actions/checkout@v2
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 SemVer's version range syntax
@@ -34,7 +34,7 @@ jobs:
34
python-version: [ '2.x', '3.x', 'pypy2', 'pypy3' ]
35
name: Python ${{ matrix.python-version }} sample
36
37
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
38
- name: Setup python
39
uses: actions/setup-python@v1
40
@@ -58,7 +58,7 @@ jobs:
58
- os: windows-latest
59
python-version: 3.6
60
61
62
- name: Set up Python
63
64
0 commit comments