From 36bb687f5d80abead25097721279efd8ce115859 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 17:02:27 +0000 Subject: [PATCH] ci: 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) - [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc) - [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/python-package.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yaml b/.github/workflows/python-package.yaml index 7f19937..48739ee 100644 --- a/.github/workflows/python-package.yaml +++ b/.github/workflows/python-package.yaml @@ -30,7 +30,7 @@ jobs: run: | apt-get update && apt-get install sudo -y cargo - name: Run poetry image - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v4 with: poetry-version: ${{ matrix.poetry-version }} - name: Install python dependencies