ReviewOS

also looking at this

stacks/bun-queue

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

#32
Closed chrisbbreuer wants to merge buddy-bot/update-major-update---actions/checkout-1758782554781 into main
2 files +5 -5

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+1-1
Changes to .github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
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