File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ Example:
119119.. code :: yaml
120120
121121 - name : setup pyenv
122- uses : " gabrielfalcao/pyenv-action@v9 "
122+ uses : " gabrielfalcao/pyenv-action@v13 "
123123 with :
124124 default : 3.9
125125
@@ -139,7 +139,7 @@ Example:
139139.. code :: yaml
140140
141141 - name : setup pyenv
142- uses : " gabrielfalcao/pyenv-action@v9 "
142+ uses : " gabrielfalcao/pyenv-action@v13 "
143143 with :
144144 versions : 3.6.4, 3.7.2
145145
@@ -158,7 +158,7 @@ Example:
158158.. code :: yaml
159159
160160 - name : setup pyenv
161- uses : " gabrielfalcao/pyenv-action@v9 "
161+ uses : " gabrielfalcao/pyenv-action@v13 "
162162 with :
163163 versions : 3.6.4, 3.7.2
164164 command : |
@@ -194,7 +194,7 @@ Example:
194194 steps :
195195 - name : setup pyenv
196196 id : pyenv_installation
197- uses : " gabrielfalcao/pyenv-action@v9 "
197+ uses : " gabrielfalcao/pyenv-action@v13 "
198198
199199 - name : debug pyenv
200200 run : echo ${{ steps.pyenv_installation.outputs.pyenv_root }}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ inputs:
1818 versions :
1919 description : |
2020 A list of python versions to install with pyenv separated by
21- comma. (e.g.: "3.6.5,3.7.3 , 3.2.6 ")
21+ comma. (e.g.: 3.7 , 3.8.16 ")
2222 required : false
2323
2424outputs :
Original file line number Diff line number Diff line change 11{
22 "name" : " pyenv-action" ,
3- "version" : " 11 " ,
3+ "version" : " 13 " ,
44 "private" : true ,
55 "description" : " Setup python action" ,
66 "main" : " dist/index.js" ,
1919 "url" : " git+https://github.com/gabrielfalcao/pyenv-action.git"
2020 },
2121 "engines" : {
22- "node" : " >=16 <18 "
22+ "node" : " ^16 "
2323 },
2424 "keywords" : [
2525 " actions" ,
You can’t perform that action at this time.
0 commit comments