ReviewOS

also looking at this

stacks/bunpress

chore(deps): update all non-major dependencies

#56
Closed renovate[bot] wants to merge renovate/all-minor-patch into main
4 files +11 -13
.github/workflows/release.ymlmodified+1-1
Changes to .github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
2323 uses: home-lang/pantry/packages/action@main
2424
2525 - name: Use cached node_modules
26 uses: actions/cache@v5.0.3
26 uses: actions/cache@v5.0.4
2727 with:
2828 path: node_modules
2929 key: node-modules-${{ hashFiles('**/bun.lock') }}