From dffef65048aa197c3126c3d35abe2f20ed5da7e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Sep 2021 08:17:21 +0000 Subject: [PATCH] Bump abatilo/actions-poetry from 2.1.2 to 2.1.3 Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.1.2 to 2.1.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.1.2...v2.1.3) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/publish.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dfefe98..5e651c9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: run: echo ::set-output name=version::$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))") - name: 🏗 Install poetry - uses: abatilo/actions-poetry@v2.1.2 + uses: abatilo/actions-poetry@v2.1.3 with: poetry-version: 1.1.8 diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index ab49a04..9eb54ef 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -27,7 +27,7 @@ jobs: run: echo ::set-output name=version::$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))") - name: 🏗 Install poetry - uses: abatilo/actions-poetry@v2.1.2 + uses: abatilo/actions-poetry@v2.1.3 with: poetry-version: 1.1.8