ReviewOS

also looking at this

stacks/ts-cloud

chore(deps): update all non-major dependencies

#20
Merged chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1768918226112 into main
1 file +2 -2

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+2-2
Changes to .github/workflows/release.yml
@@ -11,12 +11,12 @@ jobs:
1111 runs-on: ubuntu-latest
1212
1313 steps:
14 - uses: actions/checkout@v6
14 - uses: actions/checkout@v6.0.1
1515 with:
1616 fetch-depth: 0
1717
1818 - name: Install Bun
19 uses: oven-sh/setup-bun@v2
19 uses: oven-sh/setup-bun@v2.1.2
2020 # env:
2121 # BUN_AUTH_TOKEN: $
2222 with: