From cdd1f9a7b26770f7666ba272e543c02a20894dfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 20:53:24 +0200 Subject: [PATCH] Bump abatilo/actions-poetry from 2.2.0 to 2.3.0 (#195) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 d19d545..839a988 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.2.0 + uses: abatilo/actions-poetry@v2.3.0 with: poetry-version: '1.3.2' - name: Install pip dependencies @@ -50,7 +50,7 @@ jobs: with: 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: ${{ matrix.poetry-version }} - name: Install pip dependencies diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fe78a91..e639dd7 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.2.0 + uses: abatilo/actions-poetry@v2.3.0 with: poetry-version: '1.3.2' - name: Install pip dependencies