From b806f1f3682bca8ca821e1f176962448361f71ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 08:53:14 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=EF=B8=8F=20(deps):=20Bump=20abatil?= =?UTF-8?q?o/actions-poetry=20from=202.1.4=20to=202.1.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.1.4 to 2.1.5. - [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.1.4...v2.1.5) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/tests.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 31707d56..bde2fd90 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: uses: actions/setup-python@v3 - name: "🔨 Setup Poetry" - uses: abatilo/actions-poetry@v2.1.4 + uses: abatilo/actions-poetry@v2.1.5 - name: "🔨 Setup Poetry Python environment" uses: Steffo99/actions-poetry-deps@v0.2.4 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 08644afd..fe2d921b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,7 +45,7 @@ jobs: uses: actions/setup-python@v3 - name: "🔨 Setup Poetry" - uses: abatilo/actions-poetry@v2.1.4 + uses: abatilo/actions-poetry@v2.1.5 - name: "🔨 Setup Poetry Python environment" id: pyenv @@ -77,7 +77,7 @@ jobs: # python-version: '3.8' # # - name: "🔨 Setup Poetry" - # uses: abatilo/actions-poetry@v2.1.4 + # uses: abatilo/actions-poetry@v2.1.5 # # - name: "🔨 Setup Poetry Python environment" # id: pyenv