From ffb761f05ce7a01d0db2c50b8eb0ffe8d27d588c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 22:15:17 +0530 Subject: [PATCH] Bump abatilo/actions-poetry from 3.0.1 to 4.0.0 (#1294) Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 3.0.1 to 4.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/v3.0.1...v4.0.0) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/advanced-on-demand.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/nightly-tests.yml | 2 +- .github/workflows/python-publish.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/advanced-on-demand.yml b/.github/workflows/advanced-on-demand.yml index 49bdb6094..63f711ce7 100644 --- a/.github/workflows/advanced-on-demand.yml +++ b/.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@v3.0.1 + uses: abatilo/actions-poetry@v4.0.0 with: poetry-version: ${{ matrix.poetry-version }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 960b7c62e..c2f3c4d06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Poetry ${{ matrix.poetry-version }} - uses: abatilo/actions-poetry@v3.0.1 + uses: abatilo/actions-poetry@v4.0.0 with: poetry-version: ${{ matrix.poetry-version }} diff --git a/.github/workflows/nightly-tests.yml b/.github/workflows/nightly-tests.yml index f1957ba95..eb6b1a293 100644 --- a/.github/workflows/nightly-tests.yml +++ b/.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@v3.0.1 + uses: abatilo/actions-poetry@v4.0.0 with: poetry-version: ${{ matrix.poetry-version }} diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index c798e0865..11562bab1 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -26,7 +26,7 @@ jobs: python-version: '3.9' - name: Install Poetry - uses: abatilo/actions-poetry@v3.0.1 + uses: abatilo/actions-poetry@v4.0.0 with: poetry-version: '1.5.1'