From be30f89824b8a3fac7c54a0dc3caba0fbbfc0519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 08:07:08 +0000 Subject: [PATCH] Bump snok/install-poetry from 1.1.8 to 1.2.1 Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from 1.1.8 to 1.2.1. - [Release notes](https://github.com/snok/install-poetry/releases) - [Commits](https://github.com/snok/install-poetry/compare/v1.1.8...v1.2.1) --- updated-dependencies: - dependency-name: snok/install-poetry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 85bf748..a294ed9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: python-version: ${{ matrix.python }} - name: Install Poetry - uses: snok/install-poetry@v1.1.8 + uses: snok/install-poetry@v1.2.1 with: virtualenvs-create: false virtualenvs-in-project: false diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 43f14ed..c65aaf6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: python-version: '3.8.9' - name: Install Poetry - uses: snok/install-poetry@v1.1.8 + uses: snok/install-poetry@v1.2.1 with: virtualenvs-create: false virtualenvs-in-project: false