diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0453d8..687ac47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install poetry - uses: abatilo/actions-poetry@v3 + uses: abatilo/actions-poetry@v4 with: poetry-version: ${{ env.POETRY_VERSION }} @@ -83,7 +83,7 @@ jobs: python-version: 3.11 - name: Install Poetry - uses: abatilo/actions-poetry@v3 + uses: abatilo/actions-poetry@v4 with: poetry-version: ${{ env.POETRY_VERSION }}