Skip to content

Commit 7680b0f

Browse files
committed
.github: update workflow
- actions/checkout@v4 - actions/setup-python@v5 - python-version: '3.11'
1 parent e70a7a9 commit 7680b0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
- uses: actions/checkout@v4
3131
- name: Install poetry
3232
run: pipx install poetry
33-
- uses: actions/setup-python@v4
33+
- uses: actions/setup-python@v5
3434
with:
35-
python-version: '3.10'
35+
python-version: '3.11'
3636
cache: 'poetry'
3737
- run: poetry install
3838
- name: Lint with flake8

0 commit comments

Comments
 (0)