Skip to content

Commit e34bc00

Browse files
authored
Merge pull request #7510 from continuedev/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents 74f635e + 91262c8 commit e34bc00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/respond-to-cubic.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
- name: Checkout PR branch
3131
if: steps.check-mention.outputs.contains_mention == 'true'
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333
with:
3434
token: ${{ secrets.GITHUB_TOKEN }}
3535
fetch-depth: 0
@@ -132,7 +132,7 @@ jobs:
132132
133133
- name: Checkout PR branch
134134
if: steps.check-mention.outputs.contains_mention == 'true'
135-
uses: actions/checkout@v4
135+
uses: actions/checkout@v5
136136
with:
137137
token: ${{ secrets.GITHUB_TOKEN }}
138138
fetch-depth: 0

0 commit comments

Comments
 (0)