chore(deps): update abatilo/actions-poetry action to v4
This commit is contained in:
parent
676cc38708
commit
50102c6cd8
@ -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
|
||||||
|
2
.github/workflows/ci-python-poetry.yml
vendored
2
.github/workflows/ci-python-poetry.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user