From 05210c06488c0cfb0d77f8e51297af1cb20821b0 Mon Sep 17 00:00:00 2001 From: LordSchmackes Date: Thu, 21 May 2026 15:27:04 +0200 Subject: [PATCH] fix: update gemini action version to latest --- .github/workflows/gemini-pr-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gemini-pr-review.yml b/.github/workflows/gemini-pr-review.yml index 6ba0192..12bbef5 100644 --- a/.github/workflows/gemini-pr-review.yml +++ b/.github/workflows/gemini-pr-review.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Gemini AI Review - uses: petarzarkov/gemini-code-review-action@v1.4.1 # Using a stable version tag + uses: petarzarkov/gemini-code-review-action@latest # Using latest version tag with: gemini_api_key: ${{ secrets.GEMINI_API_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }}