From 1906c86adbda744249a36cc5a74e7fcf2f3c6cb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 14:14:30 +0000 Subject: [PATCH] Bump abatilo/actions-poetry from 2.4.0 to 3.0.0 Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.4.0 to 3.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/v2.4.0...v3.0.0) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/linting.yaml | 2 +- .github/workflows/publish-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 893b5a07..39792443 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -23,7 +23,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Install Poetry - uses: abatilo/actions-poetry@v2.4.0 + uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: 1.3.2 diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 2c5d8107..088a40d6 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -20,7 +20,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Install Poetry - uses: abatilo/actions-poetry@v2.4.0 + uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: 1.3.2