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

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

View File

@ -26,7 +26,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

@ -20,7 +20,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