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

Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.

.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
.github/workflows/ci.ymlmodified+5-5
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: Setup Pantry
2424 uses: pantry-pm/pantry/packages/action@9f797da1ed073df7839cb6a9a7db6181ba33f0b7
@@ -37,7 +37,7 @@ jobs:
3737 runs-on: ubuntu-latest
3838
3939 steps:
40 - uses: actions/checkout@v6
40 - uses: actions/checkout@v7
4141
4242 - name: Setup Pantry
4343 uses: pantry-pm/pantry/packages/action@9f797da1ed073df7839cb6a9a7db6181ba33f0b7
@@ -59,7 +59,7 @@ jobs:
5959 runs-on: ubuntu-latest
6060
6161 steps:
62 - uses: actions/checkout@v6
62 - uses: actions/checkout@v7
6363
6464 - name: Setup Pantry
6565 uses: pantry-pm/pantry/packages/action@9f797da1ed073df7839cb6a9a7db6181ba33f0b7
@@ -83,7 +83,7 @@ jobs:
8383 runs-on: ubuntu-latest
8484
8585 steps:
86 - uses: actions/checkout@v6
86 - uses: actions/checkout@v7
8787 with:
8888 fetch-depth: 0
8989
@@ -120,7 +120,7 @@ jobs:
120120 cancel-in-progress: false
121121
122122 steps:
123 - uses: actions/checkout@v6
123 - uses: actions/checkout@v7
124124
125125 - name: Setup Pantry
126126 uses: pantry-pm/pantry/packages/action@9f797da1ed073df7839cb6a9a7db6181ba33f0b7
.github/workflows/release.ymlmodified+1-1
Changes to .github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
1515 runs-on: ubuntu-latest
1616
1717 steps:
18 - uses: actions/checkout@v6
18 - uses: actions/checkout@v7
1919 with:
2020 fetch-depth: 0
2121