ReviewOS

also looking at this

stacks/bunpress

chore(deps): update dependency actions/checkout to v5.0.0

#17
Closed chrisbbreuer wants to merge buddy-bot/update-major-update---actions/checkout-1756101890581 into main
3 files +12 -12

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/release.ymlmodified+4-4
Changes to .github/workflows/release.yml
@@ -1,4 +1,4 @@
1name: CI
1name: Releaser
22
33on:
44 push:
@@ -6,12 +6,12 @@ on:
66 - 'v*'
77
88jobs:
9 release:
10 name: release
9 npm:
10 name: npm
1111 runs-on: ubuntu-latest
1212
1313 steps:
14 - uses: actions/checkout@v4
14 - uses: actions/checkout@v5.0.0
1515 with:
1616 fetch-depth: 0
1717