diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index e7327ae..21496bd 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -30,7 +30,7 @@ jobs: - name: Run Claude Code Review id: claude-review - uses: anthropics/claude-code-action@v1.0.127 + uses: anthropics/claude-code-action@v1.0.132 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} prompt: | diff --git a/.github/workflows/claude-code.yml b/.github/workflows/claude-code.yml index 7f400a2..6e9c266 100644 --- a/.github/workflows/claude-code.yml +++ b/.github/workflows/claude-code.yml @@ -30,7 +30,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@v1.0.127 + uses: anthropics/claude-code-action@v1.0.132 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}