also looking at this
chore(deps): update all non-major dependencies
#21
3 files
+17
-17
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.
| @@ -119,18 +119,18 @@ jobs: | ||
| 119 | 119 | if: ${{ needs.determine-jobs.outputs.run_check == 'true' || needs.determine-jobs.outputs.run_update == 'true' || needs.determine-jobs.outputs.run_dashboard == 'true' }} |
| 120 | 120 | steps: |
| 121 | 121 | - name: Checkout repository |
| 122 | uses: actions/checkout@v5 | |
| 122 | uses: actions/checkout@v5.0.0 | |
| 123 | 123 | with: |
| 124 | 124 | token: ${{ secrets.GITHUB_TOKEN }} |
| 125 | 125 | fetch-depth: 0 # Fetch full history for rebasing |
| 126 | 126 | persist-credentials: true |
| 127 | 127 | |
| 128 | 128 | - name: Setup Bun |
| 129 | uses: oven-sh/setup-bun@v2 | |
| 129 | uses: oven-sh/setup-bun@v2.0.2 | |
| 130 | 130 | |
| 131 | 131 | - name: Setup PHP and Composer (if needed) |
| 132 | 132 | if: ${{ hashFiles('composer.json') != '' }} |
| 133 | uses: shivammathur/setup-php@v2 | |
| 133 | uses: shivammathur/setup-php@2.35.4 | |
| 134 | 134 | with: |
| 135 | 135 | php-version: '8.4' |
| 136 | 136 | tools: composer |
| @@ -156,14 +156,14 @@ jobs: | ||
| 156 | 156 | |
| 157 | 157 | steps: |
| 158 | 158 | - name: Checkout repository |
| 159 | uses: actions/checkout@v5 | |
| 159 | uses: actions/checkout@v5.0.0 | |
| 160 | 160 | with: |
| 161 | 161 | token: ${{ secrets.GITHUB_TOKEN }} |
| 162 | 162 | fetch-depth: 0 |
| 163 | 163 | persist-credentials: true |
| 164 | 164 | |
| 165 | 165 | - name: Setup Bun |
| 166 | uses: oven-sh/setup-bun@v2 | |
| 166 | uses: oven-sh/setup-bun@v2.0.2 | |
| 167 | 167 | |
| 168 | 168 | - name: Install dependencies |
| 169 | 169 | run: bun install |
| @@ -237,18 +237,18 @@ jobs: | ||
| 237 | 237 | |
| 238 | 238 | steps: |
| 239 | 239 | - name: Checkout repository |
| 240 | uses: actions/checkout@v5 | |
| 240 | uses: actions/checkout@v5.0.0 | |
| 241 | 241 | with: |
| 242 | 242 | token: ${{ secrets.GITHUB_TOKEN }} |
| 243 | 243 | fetch-depth: 0 |
| 244 | 244 | persist-credentials: true |
| 245 | 245 | |
| 246 | 246 | - name: Setup Bun |
| 247 | uses: oven-sh/setup-bun@v2 | |
| 247 | uses: oven-sh/setup-bun@v2.0.2 | |
| 248 | 248 | |
| 249 | 249 | - name: Setup PHP and Composer (if needed) |
| 250 | 250 | if: ${{ hashFiles('composer.json') != '' }} |
| 251 | uses: shivammathur/setup-php@v2 | |
| 251 | uses: shivammathur/setup-php@2.35.4 | |
| 252 | 252 | with: |
| 253 | 253 | php-version: '8.4' |
| 254 | 254 | tools: composer |
| @@ -346,12 +346,12 @@ jobs: | ||
| 346 | 346 | |
| 347 | 347 | steps: |
| 348 | 348 | - name: Checkout repository |
| 349 | uses: actions/checkout@v5 | |
| 349 | uses: actions/checkout@v5.0.0 | |
| 350 | 350 | with: |
| 351 | 351 | token: ${{ secrets.GITHUB_TOKEN }} |
| 352 | 352 | |
| 353 | 353 | - name: Setup Bun |
| 354 | uses: oven-sh/setup-bun@v2 | |
| 354 | uses: oven-sh/setup-bun@v2.0.2 | |
| 355 | 355 | |
| 356 | 356 | - name: Install dependencies |
| 357 | 357 | run: bun install |
| @@ -24,7 +24,7 @@ jobs: | ||
| 24 | 24 | uses: oven-sh/setup-bun@v2 |
| 25 | 25 | |
| 26 | 26 | - name: Use cached node_modules |
| 27 | uses: actions/cache@v4 | |
| 27 | uses: actions/cache@v4.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 |
| 48 | 48 | |
| 49 | 49 | - name: Use cached node_modules |
| 50 | uses: actions/cache@v4 | |
| 50 | uses: actions/cache@v4.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 |
| 94 | 94 | |
| 95 | 95 | - name: Use cached node_modules |
| 96 | uses: actions/cache@v4 | |
| 96 | uses: actions/cache@v4.2.4 | |
| 97 | 97 | with: |
| 98 | 98 | path: node_modules |
| 99 | 99 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
| @@ -122,7 +122,7 @@ jobs: | ||
| 122 | 122 | uses: oven-sh/setup-bun@v2 |
| 123 | 123 | |
| 124 | 124 | - name: Use cached node_modules |
| 125 | uses: actions/cache@v4.2.4 | |
| 125 | uses: actions/cache@v4.2.4.2.4 | |
| 126 | 126 | with: |
| 127 | 127 | path: node_modules |
| 128 | 128 | key: node-modules-${{ hashFiles('**/bun.lock') }} |