Skip to content

Commit 3076938

Browse files
chore(deps): update actions/checkout action to v6
1 parent 7bd3b31 commit 3076938

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/buddy-bot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
if: ${{ needs.determine-jobs.outputs.run_check == 'true' || needs.determine-jobs.outputs.run_update == 'true' || needs.determine-jobs.outputs.run_dashboard == 'true' }}
146146
steps:
147147
- name: Checkout repository
148-
uses: actions/checkout@v4
148+
uses: actions/checkout@v6
149149
with:
150150
token: ${{ secrets.GITHUB_TOKEN }}
151151
fetch-depth: 0 # Fetch full history for rebasing
@@ -183,7 +183,7 @@ jobs:
183183

184184
steps:
185185
- name: Checkout repository
186-
uses: actions/checkout@v4
186+
uses: actions/checkout@v6
187187
with:
188188
token: ${{ secrets.GITHUB_TOKEN }}
189189
fetch-depth: 0
@@ -265,7 +265,7 @@ jobs:
265265

266266
steps:
267267
- name: Checkout repository
268-
uses: actions/checkout@v4
268+
uses: actions/checkout@v6
269269
with:
270270
token: ${{ secrets.GITHUB_TOKEN }}
271271
fetch-depth: 0
@@ -375,7 +375,7 @@ jobs:
375375

376376
steps:
377377
- name: Checkout repository
378-
uses: actions/checkout@v4
378+
uses: actions/checkout@v6
379379
with:
380380
token: ${{ secrets.GITHUB_TOKEN }}
381381

0 commit comments

Comments
 (0)