diff --git a/.github/workflows/delete-orphan-edges.yml b/.github/workflows/delete-orphan-edges.yml index 81d1a6666..e0e5637be 100644 --- a/.github/workflows/delete-orphan-edges.yml +++ b/.github/workflows/delete-orphan-edges.yml @@ -55,7 +55,7 @@ jobs: echo "✅ Confirmação aceita. Procedendo com a remoção real." - name: Setup Supabase CLI - uses: supabase/setup-cli@v1 + uses: supabase/setup-cli@v2 with: version: latest diff --git a/.github/workflows/deploy-edge-functions.yml b/.github/workflows/deploy-edge-functions.yml index 9aa913d9f..9a87d21ee 100644 --- a/.github/workflows/deploy-edge-functions.yml +++ b/.github/workflows/deploy-edge-functions.yml @@ -96,7 +96,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup Supabase CLI - uses: supabase/setup-cli@v1 + uses: supabase/setup-cli@v2 with: version: latest