Skip to content

Commit ecbf27d

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 3ce678e commit ecbf27d

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
@@ -87,7 +87,7 @@ jobs:
8787
pkg-extra-constraints: --with 'behat/gherkin:~4.12.0' ${{ ( needs.fetch-supported-versions.outputs.symfony-min == '5.4' && needs.fetch-supported-versions.outputs.php-max == '8.4' ) && '--with "symfony/yaml:~6.4.0"' || '' }}
8888
steps:
8989
- name: Check out code
90-
uses: actions/checkout@v5
90+
uses: actions/checkout@v6
9191

9292
# Enable coverage only for specific version(s) !
9393
# Usually highest version(s), plus additional ones in case of code used only with specific versions
@@ -165,7 +165,7 @@ jobs:
165165

166166
- name: Upload coverage reports
167167
if: ${{ env.COVERAGE_TYPE == 'xdebug' }}
168-
uses: actions/upload-artifact@v4
168+
uses: actions/upload-artifact@v5
169169
with:
170170
name: coverage-groups-php${{ steps.setup-php.outputs.php-version }}-sf${{ matrix.symfony-version }}
171171
path: build/coverage-groups
@@ -181,7 +181,7 @@ jobs:
181181
PHP_VERSION: ${{ needs.fetch-supported-versions.outputs.php-max }}
182182
SYMFONY_VERSION: ${{ needs.fetch-supported-versions.outputs.symfony-max }}
183183
steps:
184-
- uses: actions/checkout@v5
184+
- uses: actions/checkout@v6
185185

186186
- name: Setup PHP ${{ env.PHP_VERSION }}
187187
id: setup-php
@@ -265,7 +265,7 @@ jobs:
265265

266266
steps:
267267
- name: Check out code
268-
uses: actions/checkout@v5
268+
uses: actions/checkout@v6
269269

270270
- name: Setup PHP ${{ matrix.php-version }}
271271
id: setup-php

0 commit comments

Comments
 (0)