ReviewOS

also looking at this

stacks/bun-queue

chore(deps): update actions/checkout action to v6 - autoclosed

#756
Closed renovate[bot] wants to merge renovate/actions-checkout-6.x into main
1 file +4 -4
.github/workflows/buddy-bot.ymlmodified+4-4
Changes to .github/workflows/buddy-bot.yml
@@ -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