From d8b31197ea7dcfd04b1cc2014ad08433fa2faaff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:54:11 +0000 Subject: [PATCH] commit(deps): bump abatilo/actions-poetry from 3 to 4 Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 3 to 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/v3...v4) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/new_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/new_release.yml b/.github/workflows/new_release.yml index 91b140d..a92ad80 100644 --- a/.github/workflows/new_release.yml +++ b/.github/workflows/new_release.yml @@ -45,7 +45,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set Up Poetry - uses: abatilo/actions-poetry@v3 + uses: abatilo/actions-poetry@v4 with: poetry-version: ${{ matrix.poetry-version }} - name: Setup Latest Poetry @@ -75,7 +75,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 - name: Set Up Poetry - uses: abatilo/actions-poetry@v3 + uses: abatilo/actions-poetry@v4 - name: Setup Latest Poetry run: pipx install --suffix @main 'poetry @ git+https://github.com/python-poetry/poetry' - name: Install khipu-tools