diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 918eba3..32227cc 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.168 + uses: anthropics/claude-code-action@v1.0.169 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 b4991cf..29122e9 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.168 + uses: anthropics/claude-code-action@v1.0.169 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}