ReviewOS

also looking at this

stacks/ts-cloud

chore(deps): update dependency actions/checkout to v6.0.1

#27
Closed chrisbbreuer wants to merge buddy-bot/update-major-update---actions/checkout-1769782268041 into main
1 file +1 -1

Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.

.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.0.1
1919
2020 - name: Setup Node.js
2121 uses: actions/setup-node@v4