Skip to content

Commit 6b00ea8

Browse files
chore(deps): update dependency actions/checkout to v5.0.0 (updated)
1 parent cbd5146 commit 6b00ea8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/buddy-bot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
if: ${{ needs.determine-jobs.outputs.run_check == 'true' || needs.determine-jobs.outputs.run_update == 'true' || needs.determine-jobs.outputs.run_dashboard == 'true' }}
120120
steps:
121121
- name: Checkout repository
122-
uses: actions/checkout@v4
122+
uses: actions/checkout@v5.0.0
123123
with:
124124
token: ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
125125
fetch-depth: 0 # Fetch full history for rebasing
@@ -156,7 +156,7 @@ jobs:
156156

157157
steps:
158158
- name: Checkout repository
159-
uses: actions/checkout@v4
159+
uses: actions/checkout@v5.0.0
160160
with:
161161
token: ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
162162
fetch-depth: 0
@@ -247,7 +247,7 @@ jobs:
247247

248248
steps:
249249
- name: Checkout repository
250-
uses: actions/checkout@v4
250+
uses: actions/checkout@v5.0.0
251251
with:
252252
token: ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
253253
fetch-depth: 0
@@ -356,7 +356,7 @@ jobs:
356356

357357
steps:
358358
- name: Checkout repository
359-
uses: actions/checkout@v4
359+
uses: actions/checkout@v5.0.0
360360
with:
361361
token: ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
362362

0 commit comments

Comments
 (0)