From 1748edbb9ba0d3bbd06a32ad05c376fb21e27fde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 08:27:29 +0000 Subject: [PATCH] build(deps): 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/ci-poetry.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-poetry.yml b/.github/workflows/ci-poetry.yml index af675fb..375bf47 100644 --- a/.github/workflows/ci-poetry.yml +++ b/.github/workflows/ci-poetry.yml @@ -23,7 +23,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Poetry - uses: abatilo/actions-poetry@v3.0.0 + uses: abatilo/actions-poetry@v4.0.0 with: poetry-version: 1.2.2