From 144e11e104a4d83b8272d710bf1dabf29d1e88b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 14:46:06 +0100 Subject: [PATCH] Bump abatilo/actions-poetry from 2 to 3 (#132) Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2 to 3. - [Release notes](https://github.com/abatilo/actions-poetry/releases) - [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc) - [Commits](https://github.com/abatilo/actions-poetry/compare/v2...v3) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nischal Sehrawat <146720509+NischalQuTech@users.noreply.github.com> --- .github/workflows/release.yaml | 2 +- .github/workflows/tests.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f114203b..17c5076a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,7 +16,7 @@ jobs: with: python-version: "3.8" - name: Install poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 with: poetry-version: "1.3.2" - name: Version poetry package diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 6de8a35f..52ee57ba 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -17,7 +17,7 @@ jobs: with: python-version: "3.11" - name: Install poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 with: poetry-version: "1.3.2" - name: Install tox @@ -49,7 +49,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Install poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 with: poetry-version: "1.3.2" - name: Install tox