ReviewOS

also looking at this

stacks/bunpress

chore(deps): update actions/checkout action to v7

#75
Open renovate[bot] wants to merge renovate/actions-checkout-7.x into main
3 files +10 -10
.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@v7
155155 with:
156156 token: ${{ secrets.GITHUB_TOKEN }}
157157 fetch-depth: 0 # Fetch full history for rebasing
@@ -191,7 +191,7 @@ jobs:
191191
192192 steps:
193193 - name: Checkout repository
194 uses: actions/checkout@v4
194 uses: actions/checkout@v7
195195 with:
196196 token: ${{ secrets.GITHUB_TOKEN }}
197197 fetch-depth: 0
@@ -275,7 +275,7 @@ jobs:
275275
276276 steps:
277277 - name: Checkout repository
278 uses: actions/checkout@v4
278 uses: actions/checkout@v7
279279 with:
280280 token: ${{ secrets.GITHUB_TOKEN }}
281281 fetch-depth: 0
@@ -387,7 +387,7 @@ jobs:
387387
388388 steps:
389389 - name: Checkout repository
390 uses: actions/checkout@v4
390 uses: actions/checkout@v7
391391 with:
392392 token: ${{ secrets.GITHUB_TOKEN }}
393393