diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 17d94d3..088122d 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.78 + uses: anthropics/claude-code-action@v1.0.80 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 fbcb0f0..3aaf6e8 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.78 + uses: anthropics/claude-code-action@v1.0.80 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}