ReviewOS

also looking at this

stacks/ts-cloud

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

#120
Closed renovate[bot] wants to merge renovate/actions-checkout-7.x into main
4 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
@@ -189,7 +189,7 @@ jobs:
189189
190190 steps:
191191 - name: Checkout repository
192 uses: actions/checkout@v4
192 uses: actions/checkout@v7
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@v7
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@v7
385385 with:
386386 token: ${{ secrets.GITHUB_TOKEN }}
387387
.github/workflows/ci.ymlmodified+4-4
Changes to .github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
1818 runs-on: ubuntu-latest
1919
2020 steps:
21 - uses: actions/checkout@v6
21 - uses: actions/checkout@v7
2222
2323 - name: Install Bun
2424 uses: oven-sh/setup-bun@v2.2.0
@@ -41,7 +41,7 @@ jobs:
4141 runs-on: ubuntu-latest
4242
4343 steps:
44 - uses: actions/checkout@v6
44 - uses: actions/checkout@v7
4545
4646 - name: Install Bun
4747 uses: oven-sh/setup-bun@v2.2.0
@@ -64,7 +64,7 @@ jobs:
6464 runs-on: ubuntu-latest
6565
6666 steps:
67 - uses: actions/checkout@v6
67 - uses: actions/checkout@v7
6868
6969 - name: Install Bun
7070 uses: oven-sh/setup-bun@v2.2.0
@@ -92,7 +92,7 @@ jobs:
9292 if: github.event_name == 'push' && github.ref == 'refs/heads/main' && vars.PANTRY_PUBLISH_COMMITS == 'true'
9393
9494 steps:
95 - uses: actions/checkout@v6
95 - uses: actions/checkout@v7
9696 with:
9797 fetch-depth: 0
9898
.github/workflows/release.ymlmodified+1-1
Changes to .github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
2020
2121 steps:
2222 - name: Checkout
23 uses: actions/checkout@v6.0.2
23 uses: actions/checkout@v7.0.1
2424 with:
2525 fetch-depth: 0
2626
.github/workflows/upstream-drift.ymlmodified+1-1
Changes to .github/workflows/upstream-drift.yml
@@ -38,7 +38,7 @@ jobs:
3838 runs-on: ubuntu-latest
3939 timeout-minutes: 10
4040 steps:
41 - uses: actions/checkout@v6
41 - uses: actions/checkout@v7
4242
4343 - uses: oven-sh/setup-bun@v2
4444 with: