From da5c410b2c32b0e1720b910123ebc5a6782608cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 10:02:52 +0000 Subject: [PATCH] [dependabot][ghaction] - (deps): Bump the all-actions group across 1 directory with 2 updates Bumps the all-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-CI-workflow.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/reusable-CI-workflow.yml b/.github/workflows/reusable-CI-workflow.yml index 2548449..1ef11c4 100644 --- a/.github/workflows/reusable-CI-workflow.yml +++ b/.github/workflows/reusable-CI-workflow.yml @@ -54,7 +54,7 @@ jobs: php-version: '${{ needs.fetch-supported-versions.outputs.php-min }}' steps: - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Enable coverage only for specific version(s) ! # Usually highest version(s), plus additional ones in case of code used only with specific versions @@ -120,7 +120,7 @@ jobs: - name: Upload coverage reports if: ${{ env.COVERAGE_TYPE == 'xdebug' }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: coverage-groups-php${{ steps.setup-php.outputs.php-version }} path: build/coverage-groups @@ -135,7 +135,7 @@ jobs: env: PHP_VERSION: ${{ needs.fetch-supported-versions.outputs.php-max }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup PHP ${{ env.PHP_VERSION }} id: setup-php @@ -182,7 +182,7 @@ jobs: COMPOSER_IGNORE_PLATFORM_REQ: 'php+' steps: - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup PHP ${{ needs.fetch-supported-versions.outputs.php-next }} id: setup-php