Skip to content

Commit b1aac8f

Browse files
authored
Merge branch 'main' into remove_front
2 parents 4f791f6 + 6601b18 commit b1aac8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/claude-pr-review.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
- name: Checkout upstream repository
2828
uses: actions/checkout@v6
2929

30-
- uses: anthropics/claude-code-action@v1
30+
# TODO(@pzmarzly): Unpin once https://github.com/anthropics/claude-code-action/issues/1013 is fixed.
31+
- uses: anthropics/claude-code-action@v1.0.66
3132
env:
3233
ANTHROPIC_BASE_URL: https://openrouter.ai/api
3334
with:

0 commit comments

Comments
 (0)