From a1cc183978beda0505f8728de262abbe50fb7878 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 05:17:00 +0000 Subject: [PATCH] Bump abatilo/actions-poetry from 2.3.0 to 3.0.1 Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.3.0 to 3.0.1. - [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.3.0...v3.0.1) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-major ... 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 305eb49..94a73ee 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -28,7 +28,7 @@ jobs: # Poetry Setup - name: Python Poetry Action - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v3.0.1 with: poetry-version: '1.7.1' @@ -71,7 +71,7 @@ jobs: # Poetry Setup - name: Python Poetry Action - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v3.0.1 with: poetry-version: ${{ matrix.poetry-version }} - name: View poetry --version @@ -118,7 +118,7 @@ jobs: # Poetry Setup - name: Python Poetry Action - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v3.0.1 with: poetry-version: '1.7.1' - name: View poetry --version