From 2ae973d647144331f19057dd4ddb5834de78d0f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 01:40:43 +0000 Subject: [PATCH] chore(deps): update abatilo/actions-poetry action to v4 --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 83ae5d32..cae59eaf 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: "3.10" - - uses: abatilo/actions-poetry@v3 + - uses: abatilo/actions-poetry@v4 - name: build run: poetry build - name: publish