From edacddbe77dfe289c47dc8dc39202a7b06495626 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:29:00 +0000 Subject: [PATCH] Bump abatilo/actions-poetry from 3.0.0 to 3.0.1 Bumps [abatilo/actions-poetry](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/linting.yml | 2 +- .github/workflows/testing.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 74fb8422..850f9406 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: with: python-version: "${{ matrix.python-version }}" - name: "⚙️ Install Poetry" - uses: "abatilo/actions-poetry@v3.0.0" + uses: "abatilo/actions-poetry@v3.0.1" with: poetry-version: 1.5.1 - name: "⚙️ Install dependencies" diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 3cd77654..bd0e7222 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -15,7 +15,7 @@ jobs: with: python-version: 3.9 - name: "⚙️ Install Poetry" - uses: "abatilo/actions-poetry@v3.0.0" + uses: "abatilo/actions-poetry@v3.0.1" with: poetry-version: 1.5.1 - name: "⚙️ Install dependencies" diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index c21b8a19..199016b8 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -26,7 +26,7 @@ jobs: with: python-version: "${{ matrix.python-version }}" - name: "⚙️ Install Poetry" - uses: "abatilo/actions-poetry@v3.0.0" + uses: "abatilo/actions-poetry@v3.0.1" with: poetry-version: 1.5.1 - name: "⚙️ Install dependencies"