diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abdd1b4b..31356c38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Set up Poetry uses: abatilo/actions-poetry@v3 with: - poetry-version: 1.3.2 + poetry-version: 1.8.4 - uses: supabase/setup-cli@v1 with: @@ -81,7 +81,7 @@ jobs: - name: Set up Poetry uses: abatilo/actions-poetry@v3 with: - poetry-version: 1.8.3 + poetry-version: 1.8.4 - name: Install dependencies run: poetry install