chore(deps): update abatilo/actions-poetry action to v4

This commit is contained in:
Renovate [BOT] 2025-01-01 23:01:08 +00:00
parent 676cc38708
commit 50102c6cd8
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ jobs:
with: with:
python-version: "${{ steps.python-version.outputs.value }}" python-version: "${{ steps.python-version.outputs.value }}"
- name: Setup Poetry - name: Setup Poetry
uses: abatilo/actions-poetry@v3 uses: abatilo/actions-poetry@v4
- name: Install dependencies - name: Install dependencies
run: poetry install run: poetry install
- name: Lint - name: Lint

View File

@ -30,7 +30,7 @@ jobs:
with: with:
python-version: "${{ steps.python-version.outputs.value }}" python-version: "${{ steps.python-version.outputs.value }}"
- name: Setup Poetry - name: Setup Poetry
uses: abatilo/actions-poetry@v3 uses: abatilo/actions-poetry@v4
- name: Install dependencies - name: Install dependencies
run: poetry install run: poetry install
- name: Lint - name: Lint