ReviewOS

also looking at this

stacks/bun-queue

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

#13
Merged renovate[bot] wants to merge renovate/actions-checkout-5.x into main
3 files +9 -9
.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
1515 with:
1616 fetch-depth: 0
1717