diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b25e9c8..921fdd6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Set up Poetry - uses: abatilo/actions-poetry@v3 + uses: abatilo/actions-poetry@v4 with: poetry-version: 1.8.4 @@ -75,7 +75,7 @@ jobs: fetch-depth: 0 - name: Set up Poetry - uses: abatilo/actions-poetry@v3 + uses: abatilo/actions-poetry@v4 with: poetry-version: 1.8.4 @@ -115,7 +115,7 @@ jobs: run: make rename_project - name: Set up Poetry - uses: abatilo/actions-poetry@v3 + uses: abatilo/actions-poetry@v4 with: poetry-version: 1.8.4