From a34eec4dfd3992b8b76f029db2d2c6fc0c9d8899 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Feb 2022 19:03:55 +0000 Subject: [PATCH] Bump snok/install-poetry from 1.2.0 to 1.3.1 Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from 1.2.0 to 1.3.1. - [Release notes](https://github.com/snok/install-poetry/releases) - [Commits](https://github.com/snok/install-poetry/compare/v1.2.0...v1.3.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/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 31fc8a4..2ee9622 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -19,7 +19,7 @@ jobs: path: ~/.local key: poetry-${{ runner.os }}-1.1.7a-python-${{ steps.setup-python.outputs.python-version }} - name: Install and configure Poetry - uses: snok/install-poetry@v1.2.0 + uses: snok/install-poetry@v1.3.1 if: steps.cached-poetry.outputs.cache-hit != 'true' with: version: 1.1.7