From 51f95546055f3683b7c5b9d6f217219685cb4792 Mon Sep 17 00:00:00 2001 From: Menny Even Danan Date: Fri, 1 May 2026 13:54:14 -0400 Subject: [PATCH] Update review.yml faster bin invocation --- .github/workflows/review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index fb8235d..04e4bf0 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 # Important: fetch all history for diffing - name: Run Cassandra AI Review - uses: menny/cassandra@v0.2.0 + uses: menny/cassandra@v0.3.0 with: reviewer_github_token: ${{ secrets.AI_CODE_REVIEW_GH_TOKEN }} provider_api_key: ${{ secrets.GEMINI_API_KEY }}