From 3720b45a9cdf5b51bce57775f49e33de649c92e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 09:08:20 +0000 Subject: [PATCH] Bump abatilo/actions-poetry from 2.1.5 to 2.1.6 Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.1.5 to 2.1.6. - [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.5...v2.1.6) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 604791b..8741764 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-python@v4 # https://github.com/marketplace/actions/python-poetry-action - - uses: abatilo/actions-poetry@v2.1.5 + - uses: abatilo/actions-poetry@v2.1.6 - name: Install dependencies run: | poetry install --no-dev