File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ See [action.yml](action.yml)
1212Basic:
1313``` yaml
1414actions :
15- - uses : actions/checkout@latest
16- - uses : actions/setup-python@latest
15+ - uses : actions/checkout@master
16+ - uses : actions/setup-python@master
1717 with :
1818 version : 3.x // Version range or exact version of a Python version to use, using semvers version range syntax.
1919 architecture : x64 // (x64 or x86)
2929 python : [ 2.x, 3.x, pypy3 ]
3030 name : Python ${{ matrix.python }} sample
3131 actions :
32- - uses : actions/checkout@latest
32+ - uses : actions/checkout@master
3333 - name : Setup python
34- uses : actions/setup-python@latest
34+ uses : actions/setup-python@master
3535 with :
3636 version : ${{ matrix.python }}
3737 architecture : x64
You can’t perform that action at this time.
0 commit comments