chore(deps): update gr1n/setup-poetry action to v9
All checks were successful
dl / lint (push) Successful in 1m28s
dl / docker (push) Successful in 3m32s

This commit is contained in:
Renovate Bot 2024-02-18 06:46:10 +00:00
parent 4a46d8c68b
commit d2bc171390

View File

@ -9,7 +9,7 @@ jobs:
- run: apt-get update
- run: apt-get install -y git nodejs
- uses: actions/checkout@v4
- uses: Gr1N/setup-poetry@v8
- uses: Gr1N/setup-poetry@v9
- run: poetry install
- run: poetry run flake8 .
- run: poetry run mypy .