ReviewOS

also looking at this

stacks/bunpress

chore(deps): update all non-major dependencies

#39
Merged chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1770718721169 into main
5 files +16 -12
.github/workflows/release.ymlmodified+8-4
Changes to .github/workflows/release.yml
@@ -15,16 +15,20 @@ jobs:
1515 runs-on: ubuntu-latest
1616
1717 steps:
18 - name: Checkout
19 uses: actions/checkout@v6
18 - uses: actions/checkout@v6.0.2
2019 with:
2120 fetch-depth: 0
2221
2322 - name: Setup Bun
2423 uses: oven-sh/setup-bun@v2
2524
26 - name: Setup Pantry
27 uses: home-lang/pantry-setup@v1
25 - name: Use cached node_modules
26 uses: actions/cache@v5.0.3
27 with:
28 path: node_modules
29 key: node-modules-${{ hashFiles('**/bun.lock') }}
30 restore-keys: |
31 node-modules-
2832
2933 - name: Install Dependencies
3034 run: bun install