Skip to content

Commit da5c410

Browse files
[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](actions/checkout@v5...v6) Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@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] <support@github.com>
1 parent 6a8c455 commit da5c410

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/reusable-CI-workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
php-version: '${{ needs.fetch-supported-versions.outputs.php-min }}'
5555
steps:
5656
- name: Check out code
57-
uses: actions/checkout@v5
57+
uses: actions/checkout@v6
5858

5959
# Enable coverage only for specific version(s) !
6060
# Usually highest version(s), plus additional ones in case of code used only with specific versions
@@ -120,7 +120,7 @@ jobs:
120120

121121
- name: Upload coverage reports
122122
if: ${{ env.COVERAGE_TYPE == 'xdebug' }}
123-
uses: actions/upload-artifact@v4
123+
uses: actions/upload-artifact@v5
124124
with:
125125
name: coverage-groups-php${{ steps.setup-php.outputs.php-version }}
126126
path: build/coverage-groups
@@ -135,7 +135,7 @@ jobs:
135135
env:
136136
PHP_VERSION: ${{ needs.fetch-supported-versions.outputs.php-max }}
137137
steps:
138-
- uses: actions/checkout@v5
138+
- uses: actions/checkout@v6
139139

140140
- name: Setup PHP ${{ env.PHP_VERSION }}
141141
id: setup-php
@@ -182,7 +182,7 @@ jobs:
182182
COMPOSER_IGNORE_PLATFORM_REQ: 'php+'
183183
steps:
184184
- name: Check out code
185-
uses: actions/checkout@v5
185+
uses: actions/checkout@v6
186186

187187
- name: Setup PHP ${{ needs.fetch-supported-versions.outputs.php-next }}
188188
id: setup-php

0 commit comments

Comments
 (0)