Merge branch 'main' into gitea

This commit is contained in:
Luke Tainton 2025-01-02 13:10:23 +00:00
commit 77a306b164
Signed by: luke
SSH Key Fingerprint: SHA256:D34npKT7UaiT/7gULqu7EPSLWWVAjTjXf4kKfJ/fQBo
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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