File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ See [action.yml](action.yml)
16
16
Basic:
17
17
``` yaml
18
18
steps :
19
- - uses : actions/checkout@v1
19
+ - uses : actions/checkout@v2
20
20
- uses : actions/setup-python@v1
21
21
with :
22
22
python-version : ' 3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
34
34
python-version : [ '2.x', '3.x', 'pypy2', 'pypy3' ]
35
35
name : Python ${{ matrix.python-version }} sample
36
36
steps :
37
- - uses : actions/checkout@v1
37
+ - uses : actions/checkout@v2
38
38
- name : Setup python
39
39
uses : actions/setup-python@v1
40
40
with :
58
58
- os : windows-latest
59
59
python-version : 3.6
60
60
steps :
61
- - uses : actions/checkout@v1
61
+ - uses : actions/checkout@v2
62
62
- name : Set up Python
63
63
uses : actions/setup-python@v1
64
64
with :
You can’t perform that action at this time.
0 commit comments