From 2a29c04b23031409e5e183fee2c0bf7793051ea8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 02:40:34 +0000 Subject: [PATCH] Bump abatilo/actions-poetry from 2.4.0 to 3.0.1 Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.4.0 to 3.0.1. - [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.4.0...v3.0.1) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- .github/workflows/integrate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ba1732a..92f4e76 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: run: pip install -U pip setuptools wheel - name: Setup Poetry - uses: abatilo/actions-poetry@v2.4.0 + uses: abatilo/actions-poetry@v3.0.1 with: poetry-preview: true diff --git a/.github/workflows/integrate.yml b/.github/workflows/integrate.yml index 885e9a4..f57c766 100644 --- a/.github/workflows/integrate.yml +++ b/.github/workflows/integrate.yml @@ -40,7 +40,7 @@ jobs: run: pip install -U pip setuptools wheel - name: Setup Poetry - uses: abatilo/actions-poetry@v2.4.0 + uses: abatilo/actions-poetry@v3.0.1 with: poetry-preview: true