Skip to content

Commit 74fe44d

Browse files
committed
use latest pyenv-action
1 parent f7e4858 commit 74fe44d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- name: setup pyenv
2828
id: pyenv
29-
uses: "gabrielfalcao/pyenv-action@master"
29+
uses: "gabrielfalcao/pyenv-action@v11"
3030

3131
- name: List python versions
3232
run: pyenv versions
@@ -43,13 +43,13 @@ jobs:
4343
steps:
4444
- name: pyenv + python 3.7.15
4545
id: pyenv
46-
uses: "gabrielfalcao/pyenv-action@master"
46+
uses: "gabrielfalcao/pyenv-action@v11"
4747
with:
4848
default: 3.7.15
4949

5050
- name: pyenv + python 3.7.15 cached
5151
id: pyenv2
52-
uses: "gabrielfalcao/pyenv-action@master"
52+
uses: "gabrielfalcao/pyenv-action@v11"
5353
with:
5454
default: 3.7.15
5555

@@ -65,7 +65,7 @@ jobs:
6565
steps:
6666
- name: pyenv + python 3.6.15 and 3.7.15
6767
id: pyenv
68-
uses: "gabrielfalcao/pyenv-action@master"
68+
uses: "gabrielfalcao/pyenv-action@v11"
6969
with:
7070
default: 3.7.15
7171
command: |
@@ -93,7 +93,7 @@ jobs:
9393
steps:
9494
- name: Python 3.6.15 and 3.7.15 with latest pip
9595
id: pyenv
96-
uses: "gabrielfalcao/pyenv-action@master"
96+
uses: "gabrielfalcao/pyenv-action@v11"
9797
with:
9898
default: 3.7.15
9999
command: |

0 commit comments

Comments
 (0)