From c6c66aa638a0effcaad494c6553319a805e17b85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 19:05:59 +0000 Subject: [PATCH] Bump snok/install-poetry from 1.2.0 to 1.3.2 Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from 1.2.0 to 1.3.2. - [Release notes](https://github.com/snok/install-poetry/releases) - [Commits](https://github.com/snok/install-poetry/compare/v1.2.0...v1.3.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/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 31fc8a4..c872a37 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.2 if: steps.cached-poetry.outputs.cache-hit != 'true' with: version: 1.1.7