From fb6bbecd4a0a658d2fba19e8b3354ead153e4c5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 22:18:43 +0000 Subject: [PATCH] Bump abatilo/actions-poetry in the gha-dependencies group Bumps the gha-dependencies group with 1 update: [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry). Updates `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 dependency-group: gha-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/build-pipeline.yml | 2 +- .github/workflows/integration-test.yml | 2 +- .github/workflows/release-created.yml | 2 +- .github/workflows/run_tests.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-pipeline.yml b/.github/workflows/build-pipeline.yml index c16f32c..d448a71 100644 --- a/.github/workflows/build-pipeline.yml +++ b/.github/workflows/build-pipeline.yml @@ -36,7 +36,7 @@ jobs: with: python-version: ${{ env.PYTHON_VERSION }} - name: Install Poetry - uses: abatilo/actions-poetry@v3.0.1 + uses: abatilo/actions-poetry@v4.0.0 with: poetry-version: ${{ env.POETRY_VERSION }} - name: Get version diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index dcea883..72e1aaf 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -41,7 +41,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Set up Poetry - uses: abatilo/actions-poetry@v3.0.1 + uses: abatilo/actions-poetry@v4.0.0 with: poetry-version: ${{ env.POETRY_VERSION }} diff --git a/.github/workflows/release-created.yml b/.github/workflows/release-created.yml index 55ba9d6..c093df9 100644 --- a/.github/workflows/release-created.yml +++ b/.github/workflows/release-created.yml @@ -26,7 +26,7 @@ jobs: with: python-version: ${{ env.PYTHON_VERSION }} - name: Install Poetry - uses: abatilo/actions-poetry@v3.0.1 + uses: abatilo/actions-poetry@v4.0.0 with: poetry-version: ${{ env.POETRY_VERSION }} - name: Bump minor version diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 935e5f2..f830896 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -31,7 +31,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Set up Poetry - uses: abatilo/actions-poetry@v3.0.1 + uses: abatilo/actions-poetry@v4.0.0 with: poetry-version: ${{ env.POETRY_VERSION }}