From f0f8c03fc6d45fe26ab426ba734955b10b334b04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 12:17:36 +0000 Subject: [PATCH] chore(deps): 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/python-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 295d5a4c..2114525e 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -29,7 +29,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Python Poetry Action - uses: abatilo/actions-poetry@v3 + uses: abatilo/actions-poetry@v4 with: poetry-version: ${{ matrix.poetry-version }}