From cf97d4b7326c47e8ac562d800f941e015a342f79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 20:07:21 +0000 Subject: [PATCH] Bump abatilo/actions-poetry from 2.1.6 to 2.2.0 Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.1.6 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.1.6...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] --- .github/workflows/main.yml | 4 ++-- .github/workflows/publish.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 444990b..d69243b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: with: python-version: '3.10' - name: Install poetry - uses: abatilo/actions-poetry@v2.1.6 + uses: abatilo/actions-poetry@v2.2.0 with: poetry-version: 1.1.12 - name: Install pip dependencies @@ -50,7 +50,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Install poetry - uses: abatilo/actions-poetry@v2.1.6 + uses: abatilo/actions-poetry@v2.2.0 with: poetry-version: ${{ matrix.poetry-version }} - name: Install pip dependencies diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e19225c..0cd6f65 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: with: python-version: '3.10' - name: Install poetry - uses: abatilo/actions-poetry@v2.1.6 + uses: abatilo/actions-poetry@v2.2.0 with: poetry-version: 1.1.12 - name: Install pip dependencies