Skip to content

Commit ede59a0

Browse files
[dependabot][ghaction] - (deps): Bump actions/checkout
Bumps the all-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout 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 fd87296 commit ede59a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
pkg-extra-constraints: behat/gherkin:~4.12.0
8686
steps:
8787
- name: Check out code
88-
uses: actions/checkout@v4
88+
uses: actions/checkout@v5
8989

9090
# Enable coverage only for specific version(s) !
9191
# Usually highest version(s), plus additional ones in case of code used only with specific versions
@@ -174,7 +174,7 @@ jobs:
174174
PHP_VERSION: ${{ needs.fetch-supported-versions.outputs.php-max }}
175175
SYMFONY_VERSION: ${{ needs.fetch-supported-versions.outputs.symfony-max }}
176176
steps:
177-
- uses: actions/checkout@v4
177+
- uses: actions/checkout@v5
178178

179179
- name: Setup PHP ${{ env.PHP_VERSION }}
180180
id: setup-php
@@ -253,7 +253,7 @@ jobs:
253253

254254
steps:
255255
- name: Check out code
256-
uses: actions/checkout@v4
256+
uses: actions/checkout@v5
257257

258258
- name: Setup PHP ${{ matrix.php-version }}
259259
id: setup-php

0 commit comments

Comments
 (0)