From 6bde74d0332c448ad7bf0c7596ab402b2bfb7ffb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 15:51:38 +0000 Subject: [PATCH] Update abatilo/actions-poetry action to v4 --- .github/workflows/build-artifact.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-artifact.yml b/.github/workflows/build-artifact.yml index c27affa..9289fbd 100644 --- a/.github/workflows/build-artifact.yml +++ b/.github/workflows/build-artifact.yml @@ -28,7 +28,7 @@ jobs: python-version: '3.12' - name: Setup Poetry - uses: abatilo/actions-poetry@v3 + uses: abatilo/actions-poetry@v4 - name: Cache the virtualenv uses: actions/cache@v4