From 10274886f406cbed054ab1c6695086f7c4133cd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 05:20:14 +0000 Subject: [PATCH] Bump abatilo/actions-poetry from 2.3.0 to 3.0.0 Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.3.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.3.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/docs-release.yml | 2 +- .github/workflows/main.yml | 8 ++++---- .github/workflows/python-publish.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docs-release.yml b/.github/workflows/docs-release.yml index 25338f9..c1dd91e 100644 --- a/.github/workflows/docs-release.yml +++ b/.github/workflows/docs-release.yml @@ -24,7 +24,7 @@ jobs: fetch-depth: 0 - name: Install Poetry - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: 1.6.1 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 27e3487..01cdad6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,7 @@ jobs: architecture: "x64" - name: Install Poetry ${{ matrix.poetry-version }} - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: ${{ matrix.poetry-version }} @@ -74,7 +74,7 @@ jobs: python-version: ${{ matrix.python-version }} architecture: "x64" - name: Install Poetry ${{ matrix.poetry-version }} - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: ${{ matrix.poetry-version }} - name: Install from source @@ -137,7 +137,7 @@ jobs: python-version: ${{ matrix.python-version }} architecture: "x64" - name: Install Poetry ${{ matrix.poetry-version }} - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: ${{ matrix.poetry-version }} - name: Install packages via poetry @@ -168,7 +168,7 @@ jobs: python-version: 3.9 architecture: "x64" - name: Install Poetry ${{ matrix.poetry-version }} - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: ${{ matrix.poetry-version }} - name: Install Poetry Dynamic Versioning Plugin diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index c214ead..3790277 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -21,7 +21,7 @@ jobs: python-version: '3.9' - name: Install Poetry - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: '1.5.1'