From 9d9366ba23d466c52f094759e288475bf93a7947 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:33:52 +0000 Subject: [PATCH] Bump abatilo/actions-poetry from 3.0.1 to 4.0.0 Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 3.0.1 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.1...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/ci.yml | 4 ++-- .github/workflows/publish.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97acaeb..0902f15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Poetry - uses: abatilo/actions-poetry@v3.0.1 + uses: abatilo/actions-poetry@v4.0.0 with: poetry-version: 1.2.2 @@ -64,7 +64,7 @@ jobs: python-version: 3.13 - name: Install Poetry - uses: abatilo/actions-poetry@v3.0.1 + uses: abatilo/actions-poetry@v4.0.0 with: poetry-version: 1.2.2 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 65e4dd9..8e5bc94 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: with: python-version: 3.13 - name: Install Poetry - uses: abatilo/actions-poetry@v3.0.1 + uses: abatilo/actions-poetry@v4.0.0 with: poetry-version: 1.8.5 - name: Poetry Build