Bump abatilo/actions-poetry from 2.3.0 to 2.4.0

Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.3.0 to 2.4.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.3.0...v2.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-01 05:45:50 +00:00 коммит произвёл Patrick Blöbaum
Родитель e0d0038039
Коммит b329e8cc79
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.3.0
uses: abatilo/actions-poetry@v2.4.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.3.0
uses: abatilo/actions-poetry@v2.4.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.3.0
uses: abatilo/actions-poetry@v2.4.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.3.0
uses: abatilo/actions-poetry@v2.4.0
with:
poetry-version: '1.5.1'