Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed Mar 23, 2020
1 parent ff50b04 commit 1c0e102
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies
name: install pyenv
steps:
- name: setup pyenv
uses: "gabrielfalcao/pyenv-action@v0"
uses: "gabrielfalcao/pyenv-action@v3"
with:
default: 3.7.3
Expand Down Expand Up @@ -78,7 +78,7 @@ Enable multiple python versions in your github-action
name: install pyenv
steps:
- name: setup pyenv
uses: "gabrielfalcao/pyenv-action@v0"
uses: "gabrielfalcao/pyenv-action@v3"
with:
default: 3.7.2
versions: 3.6.5, 3.5.7
Expand Down Expand Up @@ -115,7 +115,7 @@ Example:
.. code:: yaml
- name: setup pyenv
uses: "gabrielfalcao/pyenv-action@v0"
uses: "gabrielfalcao/pyenv-action@v3"
with:
default: 3.7.3
Expand All @@ -135,7 +135,7 @@ Example:
.. code:: yaml
- name: setup pyenv
uses: "gabrielfalcao/pyenv-action@v0"
uses: "gabrielfalcao/pyenv-action@v3"
with:
versions: 3.6.4, 3.7.2
Expand All @@ -154,7 +154,7 @@ Example:
.. code:: yaml
- name: setup pyenv
uses: "gabrielfalcao/pyenv-action@v0"
uses: "gabrielfalcao/pyenv-action@v3"
with:
versions: 3.6.4, 3.7.2
command: |
Expand Down Expand Up @@ -190,7 +190,7 @@ Example:
steps:
- name: setup pyenv
id: pyenv_installation
uses: "gabrielfalcao/pyenv-action@v0"
uses: "gabrielfalcao/pyenv-action@v3"
- name: debug pyenv
run: echo ${{ pyenv_installation.pyenv_root }}

0 comments on commit 1c0e102

Please sign in to comment.