Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/claude-pr-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
fetch-depth: 0

- name: Claude review (dependency updates)
uses: anthropics/claude-code-action@v1.0.189
uses: anthropics/claude-code-action@v1.0.191

env:
GH_TOKEN: ${{ github.token }}
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
check-latest: true

- name: Claude review (general)
uses: anthropics/claude-code-action@v1.0.189
uses: anthropics/claude-code-action@v1.0.191
env:
GH_TOKEN: ${{ github.token }}
with:
Expand Down
Loading