File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 26
26
steps :
27
27
- name : setup pyenv
28
28
id : pyenv
29
- uses : " gabrielfalcao/pyenv-action@master "
29
+ uses : " gabrielfalcao/pyenv-action@v11 "
30
30
31
31
- name : List python versions
32
32
run : pyenv versions
@@ -43,13 +43,13 @@ jobs:
43
43
steps :
44
44
- name : pyenv + python 3.7.15
45
45
id : pyenv
46
- uses : " gabrielfalcao/pyenv-action@master "
46
+ uses : " gabrielfalcao/pyenv-action@v11 "
47
47
with :
48
48
default : 3.7.15
49
49
50
50
- name : pyenv + python 3.7.15 cached
51
51
id : pyenv2
52
- uses : " gabrielfalcao/pyenv-action@master "
52
+ uses : " gabrielfalcao/pyenv-action@v11 "
53
53
with :
54
54
default : 3.7.15
55
55
65
65
steps :
66
66
- name : pyenv + python 3.6.15 and 3.7.15
67
67
id : pyenv
68
- uses : " gabrielfalcao/pyenv-action@master "
68
+ uses : " gabrielfalcao/pyenv-action@v11 "
69
69
with :
70
70
default : 3.7.15
71
71
command : |
93
93
steps :
94
94
- name : Python 3.6.15 and 3.7.15 with latest pip
95
95
id : pyenv
96
- uses : " gabrielfalcao/pyenv-action@master "
96
+ uses : " gabrielfalcao/pyenv-action@v11 "
97
97
with :
98
98
default : 3.7.15
99
99
command : |
You can’t perform that action at this time.
0 commit comments