From 6f52bcb91e80efc439b4534ac4be01fb7271e503 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 22:23:22 +0000 Subject: [PATCH] build(deps): Bump abatilo/actions-poetry from 3.0.1 to 4.0.0 Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 3.0.1 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/e78f54a89cb052fff327414dd9ff010b5d2b4dbd...3765cf608f2d4a72178a9fc5b918668e542b89b1) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 40471d8..c41cc6d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: python-version: "${{ env.PYTHON_VERSION }}" - name: Run image - uses: abatilo/actions-poetry@e78f54a89cb052fff327414dd9ff010b5d2b4dbd + uses: abatilo/actions-poetry@3765cf608f2d4a72178a9fc5b918668e542b89b1 - name: Format uses: psf/black@1b2427a2b785cc4aac97c19bb4b9a0de063f9547 # v24.10.0