ReviewOS

also looking at this

stacks/ts-cloud

chore(deps): update all non-major dependencies

#92
Closed renovate[bot] wants to merge renovate/all-minor-patch into main
5 files +15 -17
.github/workflows/ci.ymlmodified+6-6
Changes to .github/workflows/ci.yml
@@ -21,10 +21,10 @@ jobs:
2121 - uses: actions/checkout@v6.0.2
2222
2323 - name: Install Bun
24 uses: oven-sh/setup-bun@v2.1.3
24 uses: oven-sh/setup-bun@v2.2.0
2525
2626 - name: Use cached node_modules
27 uses: actions/cache@v5.0.3
27 uses: actions/cache@v5.0.4
2828 with:
2929 path: node_modules
3030 key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -44,10 +44,10 @@ jobs:
4444 - uses: actions/checkout@v6.0.2
4545
4646 - name: Install Bun
47 uses: oven-sh/setup-bun@v2.1.3
47 uses: oven-sh/setup-bun@v2.2.0
4848
4949 - name: Use cached node_modules
50 uses: actions/cache@v5.0.3
50 uses: actions/cache@v5.0.4
5151 with:
5252 path: node_modules
5353 key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -67,10 +67,10 @@ jobs:
6767 - uses: actions/checkout@v6.0.2
6868
6969 - name: Install Bun
70 uses: oven-sh/setup-bun@v2.1.3
70 uses: oven-sh/setup-bun@v2.2.0
7171
7272 - name: Use cached node_modules
73 uses: actions/cache@v5.0.3
73 uses: actions/cache@v5.0.4
7474 with:
7575 path: node_modules
7676 key: node-modules-${{ hashFiles('**/bun.lock') }}