Skip to content

Commit b3adc42

Browse files
fclairambclaude
andcommitted
fix(ci): revert claude-code-review workflow to use checkout@v5
The claude-code-review workflow must match the version on main branch for GitHub's workflow validation to pass. Keeping it at v5 to match main. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
1 parent 7b7e476 commit b3adc42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude-code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Checkout repository
30-
uses: actions/checkout@v6
30+
uses: actions/checkout@v5
3131
with:
3232
fetch-depth: 1
3333

0 commit comments

Comments
 (0)