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
.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