Skip to content

Commit

Permalink
docs: Use v8 in README, closes gabrielfalcao#99
Browse files Browse the repository at this point in the history
* v5 is broken, so let's ask people to use v8
  • Loading branch information
rethab committed Aug 7, 2021
1 parent e180179 commit 293fb62
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 @@ -56,7 +56,7 @@ each of them and run pytest.
steps:
- uses: actions/checkout@v2
- name: Install python version
uses: gabrielfalcao/pyenv-action@v5
uses: gabrielfalcao/pyenv-action@v8
with:
default: "${{ matrix.python }}"
command: pip install -U pip # upgrade pip after installing python
Expand All @@ -82,7 +82,7 @@ Enable multiple python versions in your github-action
name: install pyenv
steps:
- name: setup pyenv
uses: "gabrielfalcao/pyenv-action@v5"
uses: "gabrielfalcao/pyenv-action@v8"
with:
default: 3.7.2
versions: 3.6.8, 3.5.7
Expand Down Expand Up @@ -119,7 +119,7 @@ Example:
.. code:: yaml
- name: setup pyenv
uses: "gabrielfalcao/pyenv-action@v5"
uses: "gabrielfalcao/pyenv-action@v8"
with:
default: 3.7.5
Expand All @@ -139,7 +139,7 @@ Example:
.. code:: yaml
- name: setup pyenv
uses: "gabrielfalcao/pyenv-action@v5"
uses: "gabrielfalcao/pyenv-action@v8"
with:
versions: 3.6.4, 3.7.2
Expand All @@ -158,7 +158,7 @@ Example:
.. code:: yaml
- name: setup pyenv
uses: "gabrielfalcao/pyenv-action@v5"
uses: "gabrielfalcao/pyenv-action@v8"
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@v5"
uses: "gabrielfalcao/pyenv-action@v8"
- name: debug pyenv
run: echo ${{ steps.pyenv_installation.outputs.pyenv_root }}

0 comments on commit 293fb62

Please sign in to comment.