Skip to content

Commit d620f49

Browse files
authored
Merge pull request #2 from nowo-tech/dependabot/github_actions/actions/checkout-7
chore(ci): bump actions/checkout from 6 to 7
2 parents 603f8c3 + 5472368 commit d620f49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coderabbit.yml

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

4242
steps:
4343
- name: Checkout
44-
uses: actions/checkout@v6
44+
uses: actions/checkout@v7
4545
with:
4646
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
4747
fetch-depth: 0

0 commit comments

Comments
 (0)