chore(deps): update gr1n/setup-poetry action to v9
All checks were successful
divent / lint (push) Successful in 2m18s
divent / docker (push) Successful in 2m47s
divent / pypi (push) Has been skipped

This commit is contained in:
Renovate Bot 2024-02-18 06:46:02 +00:00
parent e9b57594cd
commit 7f9b5c32b1

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 .
@ -52,5 +52,5 @@ 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 publish --build