diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 2a5530a..b927a7c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -25,7 +25,7 @@ jobs: with: python-version: "3.10" architecture: x64 - - uses: abatilo/actions-poetry@v2.1.4 + - uses: abatilo/actions-poetry@v2.3.0 with: poetry-version: "1.1.13" - run: poetry build diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3affa02..0873c54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: with: python-version: "${{ matrix.python-version }}" architecture: x64 - - uses: abatilo/actions-poetry@v2.1.4 + - uses: abatilo/actions-poetry@v2.3.0 with: poetry-version: "1.1.13" - run: poetry install --extras ${{ matrix.extras }} @@ -40,7 +40,7 @@ jobs: with: python-version: "${{ matrix.python-version }}" architecture: x64 - - uses: abatilo/actions-poetry@v2.1.4 + - uses: abatilo/actions-poetry@v2.3.0 with: poetry-version: "1.1.13" - run: poetry install --extras ${{ matrix.extras }} diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 513a50f..7eb218f 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -14,7 +14,7 @@ jobs: with: python-version: "3.10" architecture: x64 - - uses: abatilo/actions-poetry@v2.1.4 + - uses: abatilo/actions-poetry@v2.3.0 with: poetry-version: "1.1.13" - run: poetry install --extras all diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 184cbc3..403a8c7 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -12,7 +12,7 @@ jobs: with: python-version: "3.9" architecture: x64 - - uses: abatilo/actions-poetry@v2.1.4 + - uses: abatilo/actions-poetry@v2.3.0 with: poetry-version: "1.1.13" - run: poetry install --extras all