From eaaf0196c052055ff166a870e8f072dd02a6dcce Mon Sep 17 00:00:00 2001 From: Yong He Date: Fri, 11 Jul 2025 13:38:26 -0700 Subject: Use claude action v0.0.31 to avoid premature termination. --- .github/workflows/claude.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 454077f06..53143d0e8 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -189,7 +189,7 @@ jobs: # Run Claude Code Action with optimized environment variables - name: Execute Claude Code Action # Right now direct prompt to automatic PR Review id: claude-action - uses: anthropics/claude-code-action@beta + uses: anthropics/claude-code-action@v0.0.31 with: # Direct Prompt is for testing. We shall use the triggers (on) which shall trigger this part on runtime custom_instructions: | -- cgit v1.2.3