From b2f9eb4ebfcae6f05b555761e65c4de442a9b863 Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 01:03:08 +0000 Subject: [PATCH] Update abatilo/actions-poetry action to v2.4.0 Update abatilo/actions-poetry from 2.3.0 to 2.4.0 Change-type: patch --- .github/workflows/flowzone.yml | 8 ++++---- flowzone.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/flowzone.yml b/.github/workflows/flowzone.yml index effb7c54a..aea4e7860 100644 --- a/.github/workflows/flowzone.yml +++ b/.github/workflows/flowzone.yml @@ -1047,7 +1047,7 @@ jobs: if: steps.python_poetry.outputs.enabled == 'true' - name: Setup poetry if: steps.setup-python.outputs.python-version != '' - uses: abatilo/actions-poetry@192395c0d10c082a7c62294ab5d9a9de40e48974 + uses: abatilo/actions-poetry@a5643c67b5fcc9ac5eddb395c7f61b1b66d86034 with: poetry-version: 1.5.1 - name: Validate project Python requirements @@ -2705,7 +2705,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup poetry if: steps.setup-python.outputs.python-version != '' - uses: abatilo/actions-poetry@192395c0d10c082a7c62294ab5d9a9de40e48974 + uses: abatilo/actions-poetry@a5643c67b5fcc9ac5eddb395c7f61b1b66d86034 with: poetry-version: 1.5.1 - name: Run poetry install @@ -2791,7 +2791,7 @@ jobs: python-version: "3.9" - name: Setup poetry if: steps.setup-python.outputs.python-version != '' - uses: abatilo/actions-poetry@192395c0d10c082a7c62294ab5d9a9de40e48974 + uses: abatilo/actions-poetry@a5643c67b5fcc9ac5eddb395c7f61b1b66d86034 with: poetry-version: 1.5.1 - name: Generate Python metadata @@ -2861,7 +2861,7 @@ jobs: python-version: "3.9" - name: Setup poetry if: steps.setup-python.outputs.python-version != '' - uses: abatilo/actions-poetry@192395c0d10c082a7c62294ab5d9a9de40e48974 + uses: abatilo/actions-poetry@a5643c67b5fcc9ac5eddb395c7f61b1b66d86034 with: poetry-version: 1.5.1 - name: Publish release diff --git a/flowzone.yml b/flowzone.yml index 61969951f..408d677e0 100644 --- a/flowzone.yml +++ b/flowzone.yml @@ -534,7 +534,7 @@ - &setupPoetry # https://github.com/abatilo/actions-poetry name: Setup poetry if: steps.setup-python.outputs.python-version != '' - uses: abatilo/actions-poetry@192395c0d10c082a7c62294ab5d9a9de40e48974 # v2.3.0 + uses: abatilo/actions-poetry@a5643c67b5fcc9ac5eddb395c7f61b1b66d86034 # v2.4.0 with: poetry-version: "1.5.1"