Skip to content

Commit 910c5ee

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 0f8cbf2 commit 910c5ee

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
@@ -166,7 +166,7 @@ jobs:
166166

167167
- name: Upload coverage reports
168168
if: ${{ env.COVERAGE_TYPE == 'xdebug' }}
169-
uses: actions/upload-artifact@v4
169+
uses: actions/upload-artifact@v5
170170
with:
171171
name: coverage-groups-php${{ steps.setup-php.outputs.php-version }}-sf${{ matrix.symfony-version }}
172172
path: build/coverage-groups
@@ -182,7 +182,7 @@ jobs:
182182
PHP_VERSION: ${{ needs.fetch-supported-versions.outputs.php-max }}
183183
SYMFONY_VERSION: ${{ needs.fetch-supported-versions.outputs.symfony-max }}
184184
steps:
185-
- uses: actions/checkout@v5
185+
- uses: actions/checkout@v6
186186

187187
- name: Setup PHP ${{ env.PHP_VERSION }}
188188
id: setup-php
@@ -266,7 +266,7 @@ jobs:
266266

267267
steps:
268268
- name: Check out code
269-
uses: actions/checkout@v5
269+
uses: actions/checkout@v6
270270

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

0 commit comments

Comments
 (0)