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)
1616Basic:
1717``` yaml
1818steps :
19- - uses : actions/checkout@v1
19+ - uses : actions/checkout@v2
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 SemVer's version range syntax
3434 python-version : [ '2.x', '3.x', 'pypy2', 'pypy3' ]
3535 name : Python ${{ matrix.python-version }} sample
3636 steps :
37- - uses : actions/checkout@v1
37+ - uses : actions/checkout@v2
3838 - name : Setup python
3939 uses : actions/setup-python@v1
4040 with :
5858 - os : windows-latest
5959 python-version : 3.6
6060 steps :
61- - uses : actions/checkout@v1
61+ - uses : actions/checkout@v2
6262 - name : Set up Python
6363 uses : actions/setup-python@v1
6464 with :
You can’t perform that action at this time.
0 commit comments