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"