From 3f6474569f0638dc212a5dd4a9a7731fca1b1b13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 12:12:16 +0000 Subject: [PATCH] chore(deps): update abatilo/actions-poetry action to v3 --- .github/workflows/pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 1693869..917464c 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -21,7 +21,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Run poetry action - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 with: poetry-version: ${{ matrix.poetry-version }} - name: Install dependencies