From e486679c35e9ca245ac652c0949668a8ad59da82 Mon Sep 17 00:00:00 2001 From: sayakpaul Date: Tue, 23 Jun 2026 22:07:23 -0700 Subject: [PATCH] fix claude code review fix in PRs. --- .github/workflows/claude_review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude_review.yml b/.github/workflows/claude_review.yml index 4c1e9cf17fad..57511ee68106 100644 --- a/.github/workflows/claude_review.yml +++ b/.github/workflows/claude_review.yml @@ -84,7 +84,7 @@ jobs: git clone --local --bare . /tmp/local-origin.git git config url."file:///tmp/local-origin.git".insteadOf "$(git remote get-url origin)" - - uses: anthropics/claude-code-action@2ff1acb3ee319fa302837dad6e17c2f36c0d98ea # v1 + - uses: anthropics/claude-code-action@80b31826338489861333dc17217865dfe8085cdc # v1.0.155 env: CLAUDE_SYSTEM_PROMPT: | You are a strict code reviewer for the diffusers library (huggingface/diffusers).