From 7827e539693d9a783a40be0f9d5325741d6ba52e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Aug 2023 00:40:48 +0000 Subject: [PATCH] chore(deps): update snok/install-poetry action to v1.3.4 --- .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 19e2be1..42ecc47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - - uses: snok/install-poetry@v1.3.3 + - uses: snok/install-poetry@v1.3.4 - name: Install Dependencies run: poetry install shell: bash