From af71d864f25ab133bd051d3bd43457bccb3be07b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 11:48:57 +1200 Subject: [PATCH] Bump abatilo/actions-poetry from 2 to 3 (#18) Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2 to 3. - [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...v3) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 74a323d..e904835 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: "3.10" - - uses: abatilo/actions-poetry@v2 + - uses: abatilo/actions-poetry@v3 - name: Bump up version run: | poetry version ${{ github.ref_name }}