ReviewOS

also looking at this

pantry-pm/pantry

chore(deps): update all non-major dependencies

#182
Closed chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1756513302491 into main
10 files +465 -910
.github/workflows/ci.ymlmodified+4-4
Changes to .github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
2424 uses: oven-sh/setup-bun@v2
2525
2626 - name: Use cached node_modules
27 uses: actions/cache@v4
27 uses: actions/cache@v4.2.4
2828 with:
2929 path: node_modules
3030 key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -47,7 +47,7 @@ jobs:
4747 uses: oven-sh/setup-bun@v2
4848
4949 - name: Use cached node_modules
50 uses: actions/cache@v4
50 uses: actions/cache@v4.2.4
5151 with:
5252 path: node_modules
5353 key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -70,7 +70,7 @@ jobs:
7070 uses: oven-sh/setup-bun@v2
7171
7272 - name: Use cached node_modules
73 uses: actions/cache@v4
73 uses: actions/cache@v4.2.4
7474 with:
7575 path: node_modules
7676 key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -96,7 +96,7 @@ jobs:
9696 uses: oven-sh/setup-bun@v2
9797
9898 - name: Use cached node_modules
99 uses: actions/cache@v4
99 uses: actions/cache@v4.2.4
100100 with:
101101 path: node_modules
102102 key: node-modules-${{ hashFiles('**/bun.lock') }}