Bump abatilo/actions-poetry from 2.4.0 to 3.0.0

Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.4.0 to 3.0.0.
- [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/v2.4.0...v3.0.0)

---
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] 2024-01-15 05:08:48 +00:00 коммит произвёл Patrick Blöbaum
Родитель 324c40fd8f
Коммит 526d9280be
4 изменённых файлов: 4 добавлений и 4 удалений

2
.github/workflows/advanced-on-demand.yml поставляемый
Просмотреть файл

@ -50,7 +50,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Poetry ${{ matrix.poetry-version }}
uses: abatilo/actions-poetry@v2.4.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: ${{ matrix.poetry-version }}

2
.github/workflows/ci.yml поставляемый
Просмотреть файл

@ -40,7 +40,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Poetry ${{ matrix.poetry-version }}
uses: abatilo/actions-poetry@v2.4.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: ${{ matrix.poetry-version }}

2
.github/workflows/nightly-tests.yml поставляемый
Просмотреть файл

@ -23,7 +23,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Poetry ${{ matrix.poetry-version }}
uses: abatilo/actions-poetry@v2.4.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: ${{ matrix.poetry-version }}

2
.github/workflows/python-publish.yml поставляемый
Просмотреть файл

@ -26,7 +26,7 @@ jobs:
python-version: '3.9'
- name: Install Poetry
uses: abatilo/actions-poetry@v2.4.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: '1.5.1'