From fa5d73335388f8687e9b87cfbe37dc0966d25b57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 19:06:38 +0000 Subject: [PATCH] Bump snok/install-poetry from 1.2.0 to 1.3.3 Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from 1.2.0 to 1.3.3. - [Release notes](https://github.com/snok/install-poetry/releases) - [Commits](https://github.com/snok/install-poetry/compare/v1.2.0...v1.3.3) --- 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..6857bfa 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.3 if: steps.cached-poetry.outputs.cache-hit != 'true' with: version: 1.1.7