1 Commits

Author SHA1 Message Date
af161bf6c5 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>
2025-01-02 10:04:09 +00: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 }}