diff --git a/.github/workflows/ci-python-poetry-with-docker.yml b/.github/workflows/ci-python-poetry-with-docker.yml index e234c0d..ee173ba 100644 --- a/.github/workflows/ci-python-poetry-with-docker.yml +++ b/.github/workflows/ci-python-poetry-with-docker.yml @@ -26,7 +26,7 @@ jobs: with: python-version: "3.11" - name: Setup Poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 - name: Install dependencies run: poetry install - name: Lint diff --git a/.github/workflows/ci-python-poetry.yml b/.github/workflows/ci-python-poetry.yml index a2e7200..ba80388 100644 --- a/.github/workflows/ci-python-poetry.yml +++ b/.github/workflows/ci-python-poetry.yml @@ -20,7 +20,7 @@ jobs: with: python-version: "3.11" - name: Setup Poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 - name: Install dependencies run: poetry install - name: Lint