diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index cfbcc38..7d5e910 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 183b7bb..81e8c30 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 a1f665d..d5ad938 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 65bb96b..94b8861 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