Skip to content

Commit ef6097f

Browse files
committed
Update CI deps
1 parent 3db680b commit ef6097f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,15 @@ jobs:
88

99
steps:
1010
- name: Checkout repository
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212

1313
- name: Define python
1414
run: echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV
1515

1616
- name: Install python version
17-
uses: gabrielfalcao/pyenv-action@v11
17+
uses: gabrielfalcao/pyenv-action@v18
1818
with:
1919
default: "${{ env.PYTHON_VERSION }}"
20-
command: pip install -U pip
2120

2221
- name: Show python version
2322
run: python --version

0 commit comments

Comments
 (0)