ReviewOS

also looking at this

stacks/ts-cloud

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

#120
Closed renovate[bot] wants to merge renovate/actions-checkout-7.x into main
4 files +10 -10
.github/workflows/release.ymlmodified+1-1
Changes to .github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
2020
2121 steps:
2222 - name: Checkout
23 uses: actions/checkout@v6.0.2
23 uses: actions/checkout@v7.0.1
2424 with:
2525 fetch-depth: 0
2626