From be248a466885393c9e1420ecff60b64ce9132d0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 14:42:10 +0100 Subject: [PATCH] chore(deps): update abatilo/actions-poetry action to v3 (#230) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4ecffb07..ac46a25f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: "3.10" - - uses: abatilo/actions-poetry@v2 + - uses: abatilo/actions-poetry@v3 - name: build run: poetry build - name: publish