From f80d1366ec1824a5ede5a344f71c2ec7fa3c093b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 13:30:27 +0000 Subject: [PATCH] build(deps): bump abatilo/actions-poetry from 2 to 4 Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2 to 4. - [Release notes](https://github.com/abatilo/actions-poetry/releases) - [Commits](https://github.com/abatilo/actions-poetry/compare/v2...v4) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 1f320643..7b97da3c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -22,7 +22,7 @@ jobs: private-key: ${{ secrets.APP_PRIVATE_KEY }} - name: Install Poetry # Used in the generate.sh script - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v4 with: poetry-version: "2.2.1" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22fd4bd1..72012245 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v4 with: poetry-version: "2.1.1" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 906e0acf..74829905 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Install Poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v4 with: poetry-version: "2.2.1"