Skip to content

Commit 6ed24e4

Browse files
committed
ci: update actions/checkout to v5 in Claude reusable workflow
- Update actions/checkout from v4 to v5 in claude-review-reusable.yml - Ensures compatibility with latest GitHub Actions features and security updates - v5 is the current latest stable release of actions/checkout
1 parent 632b4d1 commit 6ed24e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

3434
steps:
3535
- name: Checkout repository
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3737
with:
3838
fetch-depth: 1
3939

0 commit comments

Comments
 (0)