Skip to content

Commit 72f71c0

Browse files
Merge pull request #239 from superhighfives/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 4 to 7
2 parents 40b4c6b + f6db3cb commit 72f71c0

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
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- name: Checkout repository
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v7
4141
with:
4242
fetch-depth: 1
4343

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
actions: read # Required for Claude to read CI results on PRs
4242
steps:
4343
- name: Checkout repository
44-
uses: actions/checkout@v4
44+
uses: actions/checkout@v7
4545
with:
4646
fetch-depth: 1
4747

0 commit comments

Comments
 (0)