Skip to content

Commit 5668dcb

Browse files
committed
prepare for v13
1 parent 2c3d227 commit 5668dcb

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 }}

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2424
outputs:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pyenv-action",
3-
"version": "11",
3+
"version": "13",
44
"private": true,
55
"description": "Setup python action",
66
"main": "dist/index.js",
@@ -19,7 +19,7 @@
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",

0 commit comments

Comments
 (0)