Skip to content

Commit 19203eb

Browse files
committed
Fix
1 parent e0ef9d5 commit 19203eb

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
@@ -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@v5
56+
uses: actions/checkout@v4
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@v5
137+
- uses: actions/checkout@v4
138138

139139
- name: Setup PHP ${{ env.PHP_VERSION }}
140140
id: setup-php
@@ -182,7 +182,7 @@ jobs:
182182
COMPOSER_IGNORE_PLATFORM_REQ: 'php+'
183183
steps:
184184
- name: Check out code
185-
uses: actions/checkout@v5
185+
uses: actions/checkout@v4
186186

187187
- name: Setup PHP ${{ env.PHP_VERSION }}
188188
id: setup-php

0 commit comments

Comments
 (0)