Skip to content

Commit

Permalink
prepare for v13
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed Feb 3, 2023
1 parent 2c3d227 commit 5668dcb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Example:
.. code:: yaml
- name: setup pyenv
uses: "gabrielfalcao/pyenv-action@v9"
uses: "gabrielfalcao/pyenv-action@v13"
with:
default: 3.9
Expand All @@ -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
Expand All @@ -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: |
Expand Down Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pyenv-action",
"version": "11",
"version": "13",
"private": true,
"description": "Setup python action",
"main": "dist/index.js",
Expand All @@ -19,7 +19,7 @@
"url": "git+https://github.com/gabrielfalcao/pyenv-action.git"
},
"engines": {
"node": ">=16 <18"
"node": "^16"
},
"keywords": [
"actions",
Expand Down

0 comments on commit 5668dcb

Please sign in to comment.