Skip to content

Commit 7f68b2f

Browse files
[dependabot][ghaction] - (deps): Bump actions/checkout (#22)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 64f582d commit 7f68b2f

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
@@ -176,7 +176,7 @@ jobs:
176176
PHP_VERSION: ${{ needs.fetch-supported-versions.outputs.php-max }}
177177
SYMFONY_VERSION: ${{ needs.fetch-supported-versions.outputs.symfony-max }}
178178
steps:
179-
- uses: actions/checkout@v4
179+
- uses: actions/checkout@v5
180180

181181
- name: Setup PHP ${{ env.PHP_VERSION }}
182182
id: setup-php
@@ -257,7 +257,7 @@ jobs:
257257

258258
steps:
259259
- name: Check out code
260-
uses: actions/checkout@v4
260+
uses: actions/checkout@v5
261261

262262
- name: Setup PHP ${{ matrix.php-version }}
263263
id: setup-php

0 commit comments

Comments
 (0)