diff --git a/.github/workflows/merge-develop.yml b/.github/workflows/merge-develop.yml index 36aa75d..5b1bbb7 100644 --- a/.github/workflows/merge-develop.yml +++ b/.github/workflows/merge-develop.yml @@ -21,7 +21,7 @@ jobs: python-version-file: 'pyproject.toml' - name: setup poetry - uses: abatilo/actions-poetry@v3 + uses: abatilo/actions-poetry@v4 with: poetry-version: 2.1.3 diff --git a/.github/workflows/merge-release.yml b/.github/workflows/merge-release.yml index 32ba33f..ddfc582 100644 --- a/.github/workflows/merge-release.yml +++ b/.github/workflows/merge-release.yml @@ -26,7 +26,7 @@ jobs: python-version-file: 'pyproject.toml' - name: setup poetry - uses: abatilo/actions-poetry@v3 + uses: abatilo/actions-poetry@v4 with: poetry-version: 2.1.3 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 079ec35..6a566e4 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -98,7 +98,7 @@ jobs: python-version-file: 'pyproject.toml' - name: setup poetry - uses: abatilo/actions-poetry@v3 + uses: abatilo/actions-poetry@v4 with: poetry-version: 2.1.3 @@ -216,7 +216,7 @@ jobs: python-version-file: 'pyproject.toml' - name: setup poetry - uses: abatilo/actions-poetry@v3 + uses: abatilo/actions-poetry@v4 with: poetry-version: 2.1.3 @@ -301,7 +301,7 @@ jobs: python-version-file: 'pyproject.toml' - name: setup poetry - uses: abatilo/actions-poetry@v3 + uses: abatilo/actions-poetry@v4 with: poetry-version: 2.1.3