From 5668dcb49bd9d228bba29dd5e1fbb6e0aae55a71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Falc=C3=A3o?= Date: Thu, 2 Feb 2023 21:52:37 -0500 Subject: [PATCH] prepare for v13 --- README.rst | 8 ++++---- action.yml | 2 +- package.json | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 93f73d5dd..68da85b5e 100644 --- a/README.rst +++ b/README.rst @@ -119,7 +119,7 @@ Example: .. code:: yaml - name: setup pyenv - uses: "gabrielfalcao/pyenv-action@v9" + uses: "gabrielfalcao/pyenv-action@v13" with: default: 3.9 @@ -139,7 +139,7 @@ Example: .. code:: yaml - name: setup pyenv - uses: "gabrielfalcao/pyenv-action@v9" + uses: "gabrielfalcao/pyenv-action@v13" with: versions: 3.6.4, 3.7.2 @@ -158,7 +158,7 @@ Example: .. code:: yaml - name: setup pyenv - uses: "gabrielfalcao/pyenv-action@v9" + uses: "gabrielfalcao/pyenv-action@v13" with: versions: 3.6.4, 3.7.2 command: | @@ -194,7 +194,7 @@ Example: steps: - name: setup pyenv id: pyenv_installation - uses: "gabrielfalcao/pyenv-action@v9" + uses: "gabrielfalcao/pyenv-action@v13" - name: debug pyenv run: echo ${{ steps.pyenv_installation.outputs.pyenv_root }} diff --git a/action.yml b/action.yml index d78414688..be5f0d201 100644 --- a/action.yml +++ b/action.yml @@ -18,7 +18,7 @@ inputs: versions: description: | A list of python versions to install with pyenv separated by - comma. (e.g.: "3.6.5,3.7.3, 3.2.6") + comma. (e.g.: 3.7, 3.8.16") required: false outputs: diff --git a/package.json b/package.json index 7c8f27733..b6389ab7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pyenv-action", - "version": "11", + "version": "13", "private": true, "description": "Setup python action", "main": "dist/index.js", @@ -19,7 +19,7 @@ "url": "git+https://github.com/gabrielfalcao/pyenv-action.git" }, "engines": { - "node": ">=16 <18" + "node": "^16" }, "keywords": [ "actions",