From 51efbf619e21f2080acfbe8473112b67b6130013 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 06:21:17 +0000 Subject: [PATCH] chore(actions)(deps): bump abatilo/actions-poetry from 2 to 3 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] --- .github/workflows/ci.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 231fea1..40b3eb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: with: python-version: "3.11" - name: Setup Poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 - name: Install dependencies run: poetry install - name: Lint diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ad1f6c5..ce74599 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,7 +22,7 @@ jobs: with: python-version: "3.11" - name: Setup Poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 - name: Install dependencies run: poetry install - name: Build wheel file