From a6e13c9c67ab34180e44401c921c0e44926bc846 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 16:45:24 +0000 Subject: [PATCH] Bump abatilo/actions-poetry from 2.1.4 to 2.1.5 Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.1.4 to 2.1.5. - [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.4...v2.1.5) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e3e779..b96bb00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: key: ${{ matrix.python_ver }}-pip-${{ hashFiles('pyproject.toml') }} restore-keys: | ${{ matrix.python_ver }}-pip- - - uses: abatilo/actions-poetry@v2.1.4 + - uses: abatilo/actions-poetry@v2.1.5 - name: Install dependencies run: | poetry lock