From 9d9701d23713b17f85576c179916314522465977 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 12:47:45 +0000 Subject: [PATCH] Bump abatilo/actions-poetry from 2.1.4 to 2.4.0 Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.1.4 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.1.4...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] --- .github/workflows/ci-cd.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/pr_merge.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 42e54f10..1e14562c 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - - uses: abatilo/actions-poetry@v2.1.4 + - uses: abatilo/actions-poetry@v2.4.0 with: poetry-version: 1.2.2 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c1ad602..96f73496 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - - uses: abatilo/actions-poetry@v2.1.4 + - uses: abatilo/actions-poetry@v2.4.0 with: poetry-version: 1.2.2 diff --git a/.github/workflows/pr_merge.yml b/.github/workflows/pr_merge.yml index 5c46ec80..eda5093f 100644 --- a/.github/workflows/pr_merge.yml +++ b/.github/workflows/pr_merge.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - - uses: abatilo/actions-poetry@v2.1.4 + - uses: abatilo/actions-poetry@v2.4.0 with: poetry-version: 1.2.2