From 564e2515cd4a89d5eba6089a7514e05305bd07b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 18:25:28 +0000 Subject: [PATCH] Bump abatilo/actions-poetry from 3.0.0 to 4.0.0 Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 3.0.0 to 4.0.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/v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 4 ++-- .github/workflows/publish.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dd5b651..4ce1dff 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: with: python-version: '3.11' - name: Install poetry - uses: abatilo/actions-poetry@v3.0.0 + uses: abatilo/actions-poetry@v4.0.0 with: poetry-version: '1.5.0' - name: Install pip dependencies @@ -43,7 +43,7 @@ jobs: with: python-version: '3.11' - name: Install poetry - uses: abatilo/actions-poetry@v3.0.0 + uses: abatilo/actions-poetry@v4.0.0 with: poetry-version: '1.5.0' - name: Install pip dependencies diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7ca74c4..1e16846 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: with: python-version: '3.11' - name: Install poetry - uses: abatilo/actions-poetry@v3.0.0 + uses: abatilo/actions-poetry@v4.0.0 with: poetry-version: '1.5.0' - name: Install pip dependencies