Skip to content

Commit 019fff2

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] <[email protected]>
1 parent 8a21496 commit 019fff2

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

180180
- name: Setup PHP ${{ env.PHP_VERSION }}
181181
id: setup-php
@@ -256,7 +256,7 @@ jobs:
256256

257257
steps:
258258
- name: Check out code
259-
uses: actions/checkout@v4
259+
uses: actions/checkout@v5
260260

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

0 commit comments

Comments
 (0)