diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index aa32e0eb..6d88a9a8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,7 +35,7 @@ jobs: with: python-version: 3.11 - name: Install and configure Poetry - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v2.4.0 with: poetry-version: 1.6.1 - name: Install dynamic versioning @@ -62,7 +62,7 @@ jobs: with: python-version: 3.11 - name: Install and configure Poetry - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v2.4.0 with: poetry-version: 1.6.1 - name: Install dynamic versioning diff --git a/.github/workflows/poetry.yml b/.github/workflows/poetry.yml index 96a044a9..5f52c833 100644 --- a/.github/workflows/poetry.yml +++ b/.github/workflows/poetry.yml @@ -15,7 +15,7 @@ jobs: with: python-version: "3.10" - name: Install and configure Poetry - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v2.4.0 with: poetry-version: 1.6.1 - uses: fredrikaverpil/poetry-update@v1.2 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3de6b2b0..55d41047 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,7 +20,7 @@ jobs: run: echo ::set-output name=version::$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))") - name: Install and configure Poetry - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v2.4.0 with: poetry-version: 1.6.1 @@ -66,7 +66,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install and configure Poetry - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v2.4.0 with: poetry-version: ${{ matrix.poetry-version }}