From 4d1e8caada484d88bb1a3970b8058a19353a6676 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 17:25:56 +0000 Subject: [PATCH] chore(deps): Bump abatilo/actions-poetry from 2.0.0 to 2.2.0 (#59) Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.0.0 to 2.2.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.0.0...v2.2.0) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yaml | 2 +- .github/workflows/validations.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5c3b8f56..78bb6b68 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -64,7 +64,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Install poetry - uses: abatilo/actions-poetry@v2.0.0 + uses: abatilo/actions-poetry@v2.2.0 with: poetry-version: ${{ env.POETRY_VERSION }} diff --git a/.github/workflows/validations.yaml b/.github/workflows/validations.yaml index b0955d41..28f43270 100644 --- a/.github/workflows/validations.yaml +++ b/.github/workflows/validations.yaml @@ -26,7 +26,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Install poetry - uses: abatilo/actions-poetry@v2.0.0 + uses: abatilo/actions-poetry@v2.2.0 with: poetry-version: ${{ env.POETRY_VERSION }}