chore(actions)(deps): bump abatilo/actions-poetry from 3 to 4 #294

Merged
dependabot[bot] merged 1 commits from dependabot/github_actions/abatilo/actions-poetry-4 into main 2025-01-02 11:04:09 +01:00

View File

@ -31,7 +31,7 @@ jobs:
with: with:
python-version: "3.11" python-version: "3.11"
- name: Setup Poetry - name: Setup Poetry
uses: abatilo/actions-poetry@v3 uses: abatilo/actions-poetry@v4
- name: Update pyproject.toml - name: Update pyproject.toml
run: run:
./tools/update_pyproject.sh ${{ needs.create_release.outputs.release_name }} ./tools/update_pyproject.sh ${{ needs.create_release.outputs.release_name }}