From 7d5349ef636639090c7e018fa892b85a937f7c91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 17:07:48 +0000 Subject: [PATCH] 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) - [Commits](https://github.com/abatilo/actions-poetry/compare/7b6d33e44b4f08d7021a1dee3c044e9c253d6439...3765cf608f2d4a72178a9fc5b918668e542b89b1) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e80cc7..d428f6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: python-version: '3.10' - name: Install poetry - uses: abatilo/actions-poetry@7b6d33e44b4f08d7021a1dee3c044e9c253d6439 + uses: abatilo/actions-poetry@3765cf608f2d4a72178a9fc5b918668e542b89b1 - name: Install dependencies run: poetry install