From ceffe4020bb73e99b31178cdabacb2e77c90b02d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 21:20:09 +0000 Subject: [PATCH] Bump abatilo/actions-poetry from 2.1.6 to 3.7.4 Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.1.6 to 3.7.4. - [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...3.7.4) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-major ... 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..8aedb19 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@3.7.4 with: poetry-version: 1.1.0 - name: install diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c9b4010..1488e88 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@3.7.4 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@3.7.4 with: poetry-version: 1.1.0 - name: Upload