From 107649e6ee8c171397d5265eb92cd3bb31661d63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 22:05:27 +0000 Subject: [PATCH] Bump abatilo/actions-poetry from 2.1.2 to 2.1.4 Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.1.2 to 2.1.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.2...v2.1.4) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6015271..42f44e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: python-version: "3.7" - name: Install and set up Poetry - uses: abatilo/actions-poetry@v2.1.2 + uses: abatilo/actions-poetry@v2.1.4 - name: Check if there is a parent commit id: check-parent-commit