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

Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 3 to 4.
- [Release notes](https://github.com/abatilo/actions-poetry/releases)
- [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc)
- [Commits](https://github.com/abatilo/actions-poetry/compare/v3...v4)

---
updated-dependencies:
- dependency-name: abatilo/actions-poetry
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-01-02 00:49:05 +00:00 committed by Luke Tainton
parent 9955367fa7
commit af161bf6c5

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