From b07de98d053cc9a0d46550ec03a286a78148f804 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 06:23:07 +0000 Subject: [PATCH] chore(deps): update snok/install-poetry action to v1.3.4 (#3) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d9bde6..bd9508b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: python-version: ${{ matrix.python-version }} cache: "poetry" - run: echo '${{ steps.setup-python.outputs.cache-hit }}' # true if cache-hit occurred on the primary key - - uses: snok/install-poetry@v1.3.3 + - uses: snok/install-poetry@v1.3.4 - name: Install Dependencies run: poetry install shell: bash