From 20bf6fe2e4ecb5d9bdedcd0c377e3368e82777de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 03:01:46 +0000 Subject: [PATCH] build(deps): Bump abatilo/actions-poetry from 2.1.6 to 2.3.0 Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.1.6 to 2.3.0. - [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...v2.3.0) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/distribute.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/distribute.yml b/.github/workflows/distribute.yml index 9de611a..dda12f7 100644 --- a/.github/workflows/distribute.yml +++ b/.github/workflows/distribute.yml @@ -16,7 +16,7 @@ jobs: with: python-version: "3.10" - name: Set up poetry - uses: abatilo/actions-poetry@v2.1.6 + uses: abatilo/actions-poetry@v2.3.0 with: poetry-version: 1.2.0 - name: Publish