diff options
| -rw-r--r-- | .github/workflows/claude.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |
