diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42b2683d..7146ae9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,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 }} @@ -164,7 +164,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 }}