From 1d2ee5c5af1915333e0d13d011b8671f7c43024a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 00:52:56 +0000 Subject: [PATCH] Bump abatilo/actions-poetry from 3.0.0 to 3.0.1 Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 3.0.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/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/testing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 419f09e6..5c45ec9d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Run image - uses: abatilo/actions-poetry@v3.0.0 + uses: abatilo/actions-poetry@v3.0.1 with: poetry-version: ${{ matrix.poetry-version }} - name: Publish diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 92a2408b..dace36fa 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -18,7 +18,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Install poetry - uses: abatilo/actions-poetry@v3.0.0 + uses: abatilo/actions-poetry@v3.0.1 with: poetry-version: ${{ matrix.poetry-version }} - name: Install the project dependencies