ReviewOS

also looking at this

stacks/ts-cloud

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

#25
Merged renovate[bot] wants to merge renovate/actions-checkout-6.x into main
1 file +1 -1
.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@v4
18 uses: actions/checkout@v6
1919 with:
2020 fetch-depth: 0
2121