From c85cc5cf1b86365b4bde9412eaf66f2b39fb168d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 10:57:56 +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.0 to 3.0.1 - [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.0...v3.0.1) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/build-pipeline.yml | 2 +- .github/workflows/release-created.yml | 2 +- .github/workflows/run_tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-pipeline.yml b/.github/workflows/build-pipeline.yml index 33560cb..18630e7 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.0 + uses: abatilo/actions-poetry@v3.0.1 with: poetry-version: ${{ env.POETRY_VERSION }} - name: Get version diff --git a/.github/workflows/release-created.yml b/.github/workflows/release-created.yml index a17dc4f..55ba9d6 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.0 + uses: abatilo/actions-poetry@v3.0.1 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 a2f668f..548dde1 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -30,7 +30,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Set up Poetry - uses: abatilo/actions-poetry@v3.0.0 + uses: abatilo/actions-poetry@v3.0.1 with: poetry-version: ${{ env.POETRY_VERSION }}