From 3a00e31a1cf2051e1c9d3a65075680e7315ce795 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 01:26:54 +0000 Subject: [PATCH] chore(deps): update abatilo/actions-poetry action to v3 --- .github/workflows/python-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-build.yml b/.github/workflows/python-build.yml index 377ff6c..fb6a89f 100644 --- a/.github/workflows/python-build.yml +++ b/.github/workflows/python-build.yml @@ -19,7 +19,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Run image - uses: abatilo/actions-poetry@v2.4.0 + uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: ${{ matrix.poetry-version }}