diff --git a/.github/workflows/poetry.yml b/.github/workflows/poetry.yml index 26a1cb4..f092e72 100644 --- a/.github/workflows/poetry.yml +++ b/.github/workflows/poetry.yml @@ -43,7 +43,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Run image - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 with: poetry-version: ${{ matrix.poetry-version }} - name: Poetry build @@ -63,7 +63,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Run image - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 with: poetry-version: ${{ matrix.poetry-version }} - name: Check with Pylint and Flake8