Skip to content

Commit d52d1e3

Browse files
[dependabot][ghaction] - (deps): Bump actions/checkout (#40)
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 604e1a6 commit d52d1e3

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
@@ -84,7 +84,7 @@ jobs:
8484
pkg-extra-constraints: behat/gherkin:~4.12.0
8585
steps:
8686
- name: Check out code
87-
uses: actions/checkout@v4
87+
uses: actions/checkout@v5
8888

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

178178
- name: Setup PHP ${{ env.PHP_VERSION }}
179179
id: setup-php
@@ -250,7 +250,7 @@ jobs:
250250

251251
steps:
252252
- name: Check out code
253-
uses: actions/checkout@v4
253+
uses: actions/checkout@v5
254254

255255
- name: Setup PHP ${{ matrix.php-version }}
256256
id: setup-php

0 commit comments

Comments
 (0)