Skip to content

Commit 094ee8a

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
php-version: '${{ needs.fetch-supported-versions.outputs.php-min }}'
5454
steps:
5555
- name: Check out code
56-
uses: actions/checkout@v4
56+
uses: actions/checkout@v5
5757

5858
# Enable coverage only for specific version(s) !
5959
# Usually highest version(s), plus additional ones in case of code used only with specific versions
@@ -134,7 +134,7 @@ jobs:
134134
env:
135135
PHP_VERSION: ${{ needs.fetch-supported-versions.outputs.php-max }}
136136
steps:
137-
- uses: actions/checkout@v4
137+
- uses: actions/checkout@v5
138138

139139
- name: Setup PHP ${{ env.PHP_VERSION }}
140140
id: setup-php

0 commit comments

Comments
 (0)