diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf5410b..233b483 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 with: poetry-version: ${{ matrix.poetry-version }} - name: Checkout repository @@ -58,7 +58,7 @@ jobs: with: python-version: "3.12" - name: Set up Poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 with: poetry-version: "1.8.2" - name: Add poetry dynamic versioning plugin