From 6dc7e115f742daf7ad1046ddf3c2babe04136dbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 21:11:27 +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/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..10c9cde 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.2.0 with: poetry-version: 1.1.0 - name: install diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c9b4010..c0b1fc7 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.2.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.2.0 with: poetry-version: 1.1.0 - name: Upload