From 1493dc9e55d53c4adeb5fb39072fab9b559056c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 19:42:23 +0000 Subject: [PATCH] Bump abatilo/actions-poetry from 3.0.0 to 4.0.0 Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 3.0.0 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.0...v4.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/build.yml | 2 +- .github/workflows/publish-docs.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/pull-request.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bf636e7..315dc6d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Init python poetry action - uses: abatilo/actions-poetry@v3.0.0 + uses: abatilo/actions-poetry@v4.0.0 with: poetry-version: 1.5.1 - uses: actions/cache@v4 diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 36f91d7..c9e29bb 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -27,7 +27,7 @@ jobs: python-version: ${{ matrix.python-version }} # Avoid caching to be 100% confident things are working properly - name: Init python poetry action - uses: abatilo/actions-poetry@v3.0.0 + uses: abatilo/actions-poetry@v4.0.0 with: poetry-version: 1.5.1 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 72e23a1..e788669 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: python-version: ${{ matrix.python-version }} # Avoid caching to be 100% confident things are working properly - name: Init python poetry action - uses: abatilo/actions-poetry@v3.0.0 + uses: abatilo/actions-poetry@v4.0.0 with: poetry-version: 1.5.1 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 82480be..f543b34 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -21,7 +21,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Init Python Poetry Action - uses: abatilo/actions-poetry@v3.0.0 + uses: abatilo/actions-poetry@v4.0.0 with: poetry-version: 1.5.1 - uses: actions/cache@v4