also looking at this
chore(deps): update all non-major dependencies
#33
6 files
+21
-21
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.
| @@ -16,10 +16,10 @@ jobs: | ||
| 16 | 16 | fetch-depth: 0 |
| 17 | 17 | |
| 18 | 18 | - name: Install Bun |
| 19 | uses: oven-sh/setup-bun@v2 | |
| 19 | uses: oven-sh/setup-bun@v2.0.2 | |
| 20 | 20 | |
| 21 | 21 | - name: Use cached node_modules |
| 22 | uses: actions/cache@v4 | |
| 22 | uses: actions/cache@v4.3.0 | |
| 23 | 23 | with: |
| 24 | 24 | path: node_modules |
| 25 | 25 | key: node-modules-${{ hashFiles('**/bun.lock') }} |