ReviewOS

also looking at this

stacks/bunpress

chore(deps): update all non-major dependencies

#12
Closed chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1755900294924 into main
5 files +23 -23

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
@@ -19,7 +19,7 @@ jobs:
1919 uses: oven-sh/setup-bun@v2
2020
2121 - name: Use cached node_modules
22 uses: actions/cache@v4
22 uses: actions/cache@v4.2.4
2323 with:
2424 path: node_modules
2525 key: node-modules-${{ hashFiles('**/bun.lock') }}