Skip to content

Commit 6feac64

Browse files
chore(deps): update actions/checkout action to v6
1 parent fe4a603 commit 6feac64

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
@@ -151,7 +151,7 @@ jobs:
151151
if: ${{ needs.determine-jobs.outputs.run_check == 'true' || needs.determine-jobs.outputs.run_update == 'true' || needs.determine-jobs.outputs.run_dashboard == 'true' }}
152152
steps:
153153
- name: Checkout repository
154-
uses: actions/checkout@v4
154+
uses: actions/checkout@v6
155155
with:
156156
token: ${{ secrets.GITHUB_TOKEN }}
157157
fetch-depth: 0 # Fetch full history for rebasing
@@ -189,7 +189,7 @@ jobs:
189189

190190
steps:
191191
- name: Checkout repository
192-
uses: actions/checkout@v4
192+
uses: actions/checkout@v6
193193
with:
194194
token: ${{ secrets.GITHUB_TOKEN }}
195195
fetch-depth: 0
@@ -271,7 +271,7 @@ jobs:
271271

272272
steps:
273273
- name: Checkout repository
274-
uses: actions/checkout@v4
274+
uses: actions/checkout@v6
275275
with:
276276
token: ${{ secrets.GITHUB_TOKEN }}
277277
fetch-depth: 0
@@ -381,7 +381,7 @@ jobs:
381381

382382
steps:
383383
- name: Checkout repository
384-
uses: actions/checkout@v4
384+
uses: actions/checkout@v6
385385
with:
386386
token: ${{ secrets.GITHUB_TOKEN }}
387387

0 commit comments

Comments
 (0)