stacks/bun-query-builder
chore(deps): update all non-major dependencies
#12
Closed
chrisbbreuer
wants to merge
buddy-bot/update-non-major-updates-1756116699543
into
main
2 files
+7
-7
.github/workflows/release.ymlmodified+1-1Changes to .github/workflows/release.yml | @@ -19,7 +19,7 @@ jobs: |
| 19 | 19 | uses: oven-sh/setup-bun@v2 |
| 20 | 20 | |
| 21 | 21 | - name: Use cached node_modules |
| 22 | | - uses: actions/cache@v4 |
| 22 | + uses: actions/cache@v4.2.4 |
| 23 | 23 | with: |
| 24 | 24 | path: node_modules |
| 25 | 25 | key: node-modules-${{ hashFiles('**/bun.lock') }} |