.github: update workflow
continuous-integration/drone/push Build is passing Details

- actions/checkout@v4
- actions/setup-python@v5
- python-version: '3.11'
This commit is contained in:
Alan Orth 2023-12-09 13:53:11 +03:00
parent e70a7a9675
commit 7680b0f440
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 2 deletions

View File

@ -30,9 +30,9 @@ jobs:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.11'
cache: 'poetry'
- run: poetry install
- name: Lint with flake8