From cc65ac7fe772df2a7c146f72886c46417a715657 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 16:09:10 +0000 Subject: [PATCH] chore(deps): bump abatilo/actions-poetry from 2.1.3 to 3.7.4 Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.1.3 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.3...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/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 05df596..cc77a6f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -51,7 +51,7 @@ jobs: run: echo ::set-output name=version::$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))") - name: 🏗 Install poetry - uses: abatilo/actions-poetry@v2.1.3 + uses: abatilo/actions-poetry@3.7.4 with: poetry-version: 1.1.8