From 7297935286a8d22e90aad545be54ac90d6e23fed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 19:46:27 +0000 Subject: [PATCH] chore(deps): update snok/install-poetry action to v1.3.4 --- .github/workflows/github-actions.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index cf7923e573c2..711df7abfab2 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -22,7 +22,7 @@ jobs: python-version-file: ".python-version" - name: Install Poetry 📦 - uses: snok/install-poetry@v1.3.3 + uses: snok/install-poetry@v1.3.4 with: virtualenvs-create: true virtualenvs-in-project: true @@ -65,7 +65,7 @@ jobs: python-version-file: ".python-version" - name: Install Poetry 📦 - uses: snok/install-poetry@v1.3.3 + uses: snok/install-poetry@v1.3.4 with: virtualenvs-create: true virtualenvs-in-project: true @@ -125,7 +125,7 @@ jobs: python-version-file: ".python-version" - name: Install Poetry 📦 - uses: snok/install-poetry@v1.3.3 + uses: snok/install-poetry@v1.3.4 with: virtualenvs-create: true virtualenvs-in-project: true