From a9889e5898642d5abc996fea439b05f2c5ab3167 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 21:47:23 -0400 Subject: [PATCH] chore(deps): update snok/install-poetry action to v1.4.1 (#875) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/actions/setup-env/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-env/action.yml b/.github/actions/setup-env/action.yml index 28c6bd2f..91c803fc 100644 --- a/.github/actions/setup-env/action.yml +++ b/.github/actions/setup-env/action.yml @@ -30,7 +30,7 @@ runs: with: python-version: ${{ inputs.python-version }} - name: Install Poetry - uses: snok/install-poetry@v1.3.4 + uses: snok/install-poetry@v1.4.1 with: version: ${{ steps.detect-poetry.outputs.version }} virtualenvs-create: true