ReviewOS

also looking at this

stacks/bun-queue

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

#757
Open renovate[bot] wants to merge renovate/actions-checkout-7.x into main
3 files +9 -9
.github/workflows/release.ymlmodified+1-1
Changes to .github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
1515
1616 steps:
1717 - name: Checkout
18 uses: actions/checkout@v6
18 uses: actions/checkout@v7
1919 with:
2020 fetch-depth: 0
2121