From 9982945d7806ed088cd52dfb15a98ebb353ba42a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 02:59:42 +0000 Subject: [PATCH] Bump abatilo/actions-poetry from 2.2.0 to 2.3.0 Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.2.0 to 2.3.0. - [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.2.0...v2.3.0) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15677a1..2e2cd89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Poetry - uses: abatilo/actions-poetry@v2.2.0 + uses: abatilo/actions-poetry@v2.3.0 with: poetry-version: 1.2.2 @@ -65,7 +65,7 @@ jobs: python-version: 3.9 - name: Install Poetry - uses: abatilo/actions-poetry@v2.2.0 + uses: abatilo/actions-poetry@v2.3.0 with: poetry-version: 1.2.2