Skip to content

Commit 8af774c

Browse files
[dependabot][ghaction] - (deps): Bump actions/checkout from 4 to 5 in the all-actions group (#101)
[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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6281207 commit 8af774c

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
@@ -79,7 +79,7 @@ jobs:
7979
pkg-extra-constraints: behat/gherkin:~4.12.0
8080
steps:
8181
- name: Check out code
82-
uses: actions/checkout@v4
82+
uses: actions/checkout@v5
8383

8484
# Enable coverage only for specific version(s) !
8585
# Usually highest version(s), plus additional ones in case of code used only with specific versions
@@ -170,7 +170,7 @@ jobs:
170170
PHP_VERSION: ${{ inputs.php-max-version }}
171171
SYMFONY_VERSION: ${{ inputs.symfony-max-version }}
172172
steps:
173-
- uses: actions/checkout@v4
173+
- uses: actions/checkout@v5
174174

175175
- name: Setup PHP ${{ env.PHP_VERSION }}
176176
id: setup-php
@@ -248,7 +248,7 @@ jobs:
248248

249249
steps:
250250
- name: Check out code
251-
uses: actions/checkout@v4
251+
uses: actions/checkout@v5
252252

253253
- name: Setup PHP ${{ matrix.php-version }}
254254
id: setup-php

0 commit comments

Comments
 (0)