From 28371644aa50e8a71ed63da6bd8323ea90887016 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 21:24:31 +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/docs_pages.yaml | 2 +- .github/workflows/release.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs_pages.yaml b/.github/workflows/docs_pages.yaml index c4fc03c..0646ef6 100644 --- a/.github/workflows/docs_pages.yaml +++ b/.github/workflows/docs_pages.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-python@v4.1.0 with: python-version: '3.8' - - uses: abatilo/actions-poetry@v2.1.6 + - uses: abatilo/actions-poetry@v2.3.0 with: poetry-version: 1.1.0 - name: install diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c9b4010..8ac6e56 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-python@v4.1.0 with: python-version: ${{ matrix.python-version }} - - uses: abatilo/actions-poetry@v2.1.6 + - uses: abatilo/actions-poetry@v2.3.0 with: poetry-version: 1.1.0 - name: Install ipyannotator @@ -44,7 +44,7 @@ jobs: steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4.1.0 - - uses: abatilo/actions-poetry@v2.1.6 + - uses: abatilo/actions-poetry@v2.3.0 with: poetry-version: 1.1.0 - name: Upload