also looking at this
chore(deps): update all non-major dependencies
#33
7 files
+96
-77
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.
| @@ -24,7 +24,7 @@ jobs: | ||
| 24 | 24 | uses: oven-sh/setup-bun@v2.0.2 |
| 25 | 25 | |
| 26 | 26 | - name: Use cached node_modules |
| 27 | uses: actions/cache@v4.3.0.3.0 | |
| 27 | uses: actions/cache@v4.3.0.2.4 | |
| 28 | 28 | with: |
| 29 | 29 | path: node_modules |
| 30 | 30 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
| @@ -47,7 +47,7 @@ jobs: | ||
| 47 | 47 | uses: oven-sh/setup-bun@v2.0.2 |
| 48 | 48 | |
| 49 | 49 | - name: Use cached node_modules |
| 50 | uses: actions/cache@v4.3.0.3.0 | |
| 50 | uses: actions/cache@v4.3.0.2.4 | |
| 51 | 51 | with: |
| 52 | 52 | path: node_modules |
| 53 | 53 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
| @@ -93,7 +93,7 @@ jobs: | ||
| 93 | 93 | uses: oven-sh/setup-bun@v2.0.2 |
| 94 | 94 | |
| 95 | 95 | - name: Use cached node_modules |
| 96 | uses: actions/cache@v4.3.0.3.0 | |
| 96 | uses: actions/cache@v4.3.0.2.4 | |
| 97 | 97 | with: |
| 98 | 98 | path: node_modules |
| 99 | 99 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
| @@ -19,7 +19,7 @@ jobs: | ||
| 19 | 19 | uses: oven-sh/setup-bun@v2.0.2 |
| 20 | 20 | |
| 21 | 21 | - name: Use cached node_modules |
| 22 | uses: actions/cache@v4.2.4 | |
| 22 | uses: actions/cache@v4.3.0 | |
| 23 | 23 | with: |
| 24 | 24 | path: node_modules |
| 25 | 25 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
| @@ -40,7 +40,7 @@ jobs: | ||
| 40 | 40 | GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} |
| 41 | 41 | |
| 42 | 42 | - name: Attach Binaries |
| 43 | uses: stacksjs/action-releaser@v1.2.5 | |
| 43 | uses: stacksjs/action-releaser@v1.2.6 | |
| 44 | 44 | with: |
| 45 | 45 | files: | |
| 46 | 46 | packages/bun-query-builder/bin/qbx-linux-x64.zip |