ReviewOS

also looking at this

stacks/bun-query-builder

chore(deps): update all non-major dependencies

#390
Closed renovate[bot] wants to merge renovate/all-minor-patch into main
6 files +130 -40
.github/workflows/buddy-bot.ymlmodified+6-6
Changes to .github/workflows/buddy-bot.yml
@@ -119,7 +119,7 @@ jobs:
119119 if: ${{ needs.determine-jobs.outputs.run_check == 'true' || needs.determine-jobs.outputs.run_update == 'true' || needs.determine-jobs.outputs.run_dashboard == 'true' }}
120120 steps:
121121 - name: Checkout repository
122 uses: actions/checkout@v5.0.0
122 uses: actions/checkout@v5.0.1
123123 with:
124124 token: ${{ secrets.GITHUB_TOKEN }}
125125 fetch-depth: 0 # Fetch full history for rebasing
@@ -130,7 +130,7 @@ jobs:
130130
131131 - name: Setup PHP and Composer (if needed)
132132 if: ${{ hashFiles('composer.json') != '' }}
133 uses: shivammathur/setup-php@2.35.5
133 uses: shivammathur/setup-php@2.36.0
134134 with:
135135 php-version: '8.4'
136136 tools: composer
@@ -156,7 +156,7 @@ jobs:
156156
157157 steps:
158158 - name: Checkout repository
159 uses: actions/checkout@v5.0.0
159 uses: actions/checkout@v5.0.1
160160 with:
161161 token: ${{ secrets.GITHUB_TOKEN }}
162162 fetch-depth: 0
@@ -237,7 +237,7 @@ jobs:
237237
238238 steps:
239239 - name: Checkout repository
240 uses: actions/checkout@v5.0.0
240 uses: actions/checkout@v5.0.1
241241 with:
242242 token: ${{ secrets.GITHUB_TOKEN }}
243243 fetch-depth: 0
@@ -248,7 +248,7 @@ jobs:
248248
249249 - name: Setup PHP and Composer (if needed)
250250 if: ${{ hashFiles('composer.json') != '' }}
251 uses: shivammathur/setup-php@2.35.5
251 uses: shivammathur/setup-php@2.36.0
252252 with:
253253 php-version: '8.4'
254254 tools: composer
@@ -346,7 +346,7 @@ jobs:
346346
347347 steps:
348348 - name: Checkout repository
349 uses: actions/checkout@v5.0.0
349 uses: actions/checkout@v5.0.1
350350 with:
351351 token: ${{ secrets.GITHUB_TOKEN }}
352352