From 0ded9da14a1c85fea4833bc8738d587ff2e6bbf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 05:58:37 +0000 Subject: [PATCH] Bump abatilo/actions-poetry from 2.1.6 to 2.3.0 Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.1.6 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.1.6...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/CICD.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 1106745..4f5af7f 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -29,7 +29,7 @@ jobs: # Poetry Setup - name: Python Poetry Action - uses: abatilo/actions-poetry@v2.1.6 + uses: abatilo/actions-poetry@v2.3.0 with: poetry-version: '1.2.0' @@ -73,7 +73,7 @@ jobs: # Poetry Setup - name: Python Poetry Action - uses: abatilo/actions-poetry@v2.1.6 + uses: abatilo/actions-poetry@v2.3.0 with: poetry-version: ${{ matrix.poetry-version }} - name: View poetry --version @@ -122,7 +122,7 @@ jobs: # Poetry Setup - name: Python Poetry Action - uses: abatilo/actions-poetry@v2.1.6 + uses: abatilo/actions-poetry@v2.3.0 with: poetry-version: '1.2.0' - name: View poetry --version