Merge branch 'main' into gitea
This commit is contained in:
commit
77a306b164
@ -36,7 +36,7 @@ jobs:
|
||||
with:
|
||||
python-version: "${{ steps.python-version.outputs.value }}"
|
||||
- name: Setup Poetry
|
||||
uses: abatilo/actions-poetry@v3
|
||||
uses: abatilo/actions-poetry@v4
|
||||
- name: Install dependencies
|
||||
run: poetry install
|
||||
- name: Lint
|
||||
|
2
.github/workflows/ci-python-poetry.yml
vendored
2
.github/workflows/ci-python-poetry.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
with:
|
||||
python-version: "${{ steps.python-version.outputs.value }}"
|
||||
- name: Setup Poetry
|
||||
uses: abatilo/actions-poetry@v3
|
||||
uses: abatilo/actions-poetry@v4
|
||||
- name: Install dependencies
|
||||
run: poetry install
|
||||
- name: Lint
|
||||
|
Loading…
Reference in New Issue
Block a user