From 1c0e102883459f46a28f50fbd4b3224f9aeb4a68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Falc=C3=A3o?= Date: Mon, 23 Mar 2020 03:41:52 +0100 Subject: [PATCH] update readme --- README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 2fe76459d..9dc555d87 100644 --- a/README.rst +++ b/README.rst @@ -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 @@ -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 @@ -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 @@ -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 @@ -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: | @@ -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 }}