File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Filter options
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)
12
12
Basic:
13
13
``` yaml
14
14
actions :
15
- - uses : actions/checkout@latest
16
- - uses : actions/setup-python@latest
15
+ - uses : actions/checkout@master
16
+ - uses : actions/setup-python@master
17
17
with :
18
18
version : 3.x // Version range or exact version of a Python version to use, using semvers version range syntax.
19
19
architecture : x64 // (x64 or x86)
29
29
python : [ 2.x, 3.x, pypy3 ]
30
30
name : Python ${{ matrix.python }} sample
31
31
actions :
32
- - uses : actions/checkout@latest
32
+ - uses : actions/checkout@master
33
33
- name : Setup python
34
- uses : actions/setup-python@latest
34
+ uses : actions/setup-python@master
35
35
with :
36
36
version : ${{ matrix.python }}
37
37
architecture : x64
You can’t perform that action at this time.
0 commit comments