chore(actions)(deps): bump abatilo/actions-poetry from 2 to 3 #178

Merged
dependabot[bot] merged 1 commits from dependabot/github_actions/abatilo/actions-poetry-3 into main 2024-04-29 08:26:34 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ jobs:
with:
python-version: "3.11"
- name: Setup Poetry
uses: abatilo/actions-poetry@v2
uses: abatilo/actions-poetry@v3
- name: Install dependencies
run: poetry install
- name: Lint

View File

@ -22,7 +22,7 @@ jobs:
with:
python-version: "3.11"
- name: Setup Poetry
uses: abatilo/actions-poetry@v2
uses: abatilo/actions-poetry@v3
- name: Install dependencies
run: poetry install
- name: Build wheel file