Update Actions in GitHub Actions CI/CD workflows

This commit is contained in:
rlaphoenix
2023-05-03 03:05:11 +01:00
parent 1c5099440b
commit 3ae0fb3454
2 changed files with 12 additions and 7 deletions

View File

@@ -29,9 +29,9 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Install poetry
uses: abatilo/actions-poetry@v2.2.0
uses: abatilo/actions-poetry@v2.3.0
with:
poetry-version: 1.3.2
poetry-version: 1.4.2
- name: Install project
run: poetry install --no-dev
- name: Build project