also looking at this
chore(deps): update all non-major dependencies
#544
6 files
+134
-44
| @@ -119,7 +119,7 @@ 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.0.0 | |
| 122 | uses: actions/checkout@v5.0.1 | |
| 123 | 123 | with: |
| 124 | 124 | token: ${{ secrets.GITHUB_TOKEN }} |
| 125 | 125 | fetch-depth: 0 # Fetch full history for rebasing |
| @@ -130,7 +130,7 @@ jobs: | ||
| 130 | 130 | |
| 131 | 131 | - name: Setup PHP and Composer (if needed) |
| 132 | 132 | if: ${{ hashFiles('composer.json') != '' }} |
| 133 | uses: shivammathur/setup-php@2.35.5 | |
| 133 | uses: shivammathur/setup-php@2.36.0 | |
| 134 | 134 | with: |
| 135 | 135 | php-version: '8.4' |
| 136 | 136 | tools: composer |
| @@ -156,7 +156,7 @@ jobs: | ||
| 156 | 156 | |
| 157 | 157 | steps: |
| 158 | 158 | - name: Checkout repository |
| 159 | uses: actions/checkout@v5.0.0 | |
| 159 | uses: actions/checkout@v5.0.1 | |
| 160 | 160 | with: |
| 161 | 161 | token: ${{ secrets.GITHUB_TOKEN }} |
| 162 | 162 | fetch-depth: 0 |
| @@ -237,7 +237,7 @@ jobs: | ||
| 237 | 237 | |
| 238 | 238 | steps: |
| 239 | 239 | - name: Checkout repository |
| 240 | uses: actions/checkout@v5.0.0 | |
| 240 | uses: actions/checkout@v5.0.1 | |
| 241 | 241 | with: |
| 242 | 242 | token: ${{ secrets.GITHUB_TOKEN }} |
| 243 | 243 | fetch-depth: 0 |
| @@ -248,7 +248,7 @@ jobs: | ||
| 248 | 248 | |
| 249 | 249 | - name: Setup PHP and Composer (if needed) |
| 250 | 250 | if: ${{ hashFiles('composer.json') != '' }} |
| 251 | uses: shivammathur/setup-php@2.35.5 | |
| 251 | uses: shivammathur/setup-php@2.36.0 | |
| 252 | 252 | with: |
| 253 | 253 | php-version: '8.4' |
| 254 | 254 | tools: composer |
| @@ -346,7 +346,7 @@ jobs: | ||
| 346 | 346 | |
| 347 | 347 | steps: |
| 348 | 348 | - name: Checkout repository |
| 349 | uses: actions/checkout@v5.0.0 | |
| 349 | uses: actions/checkout@v5.0.1 | |
| 350 | 350 | with: |
| 351 | 351 | token: ${{ secrets.GITHUB_TOKEN }} |
| 352 | 352 | |