Skip to content

Commit 5cc19a3

Browse files
chore(deps): update actions/checkout action to v7
1 parent b496135 commit 5cc19a3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v7
2222
with:
2323
fetch-depth: 1
2424

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
actions: read # Required for Claude to read CI results on PRs
2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v7
2828
with:
2929
fetch-depth: 1
3030

0 commit comments

Comments
 (0)