From a8798e67f99cb273475be2293bc19cae44b2daf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 12:11:52 +0000 Subject: [PATCH] Bump abatilo/actions-poetry from 3 to 4 Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 3 to 4. - [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...v4) --- 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 | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2c6fac..9ca51b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Poetry - uses: abatilo/actions-poetry@v3 + uses: abatilo/actions-poetry@v4 with: poetry-version: '1.4.1' - run: make test diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c36096d..ac54252 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: python-version: '3.13' - name: Set up Poetry - uses: abatilo/actions-poetry@v3 + uses: abatilo/actions-poetry@v4 with: poetry-version: '1.4.1'