ReviewOS

also looking at this

stacks/ts-cloud

chore(deps): update all non-major dependencies

#35
Closed chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1770387441568 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
@@ -15,12 +15,12 @@ jobs:
1515
1616 steps:
1717 - name: Checkout
18 uses: actions/checkout@v6
18 uses: actions/checkout@v6.0.2
1919 with:
2020 fetch-depth: 0
2121
2222 - name: Setup Bun
23 uses: oven-sh/setup-bun@v2
23 uses: oven-sh/setup-bun@v2.1.2
2424
2525 - name: Setup Pantry
2626 uses: home-lang/pantry-setup@v1