From d611802b921d1750064f277dce9a059cde985175 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Sep 2021 19:06:27 +0000 Subject: [PATCH] Bump snok/install-poetry from 1.1.6 to 1.2 Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from 1.1.6 to 1.2. - [Release notes](https://github.com/snok/install-poetry/releases) - [Commits](https://github.com/snok/install-poetry/compare/v1.1.6...v1.2) --- updated-dependencies: - dependency-name: snok/install-poetry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4da81ba5..063b2bad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - - uses: snok/install-poetry@v1.1.6 + - uses: snok/install-poetry@v1.2 with: virtualenvs-create: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 07cb4f65..059dbb89 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 - - uses: snok/install-poetry@v1.1.6 + - uses: snok/install-poetry@v1.2 with: virtualenvs-create: true - name: Publish to PyPI