File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 53
53
php-version : ' ${{ needs.fetch-supported-versions.outputs.php-min }}'
54
54
steps :
55
55
- name : Check out code
56
- uses : actions/checkout@v4
56
+ uses : actions/checkout@v5
57
57
58
58
# Enable coverage only for specific version(s) !
59
59
# Usually highest version(s), plus additional ones in case of code used only with specific versions
@@ -134,7 +134,7 @@ jobs:
134
134
env :
135
135
PHP_VERSION : ${{ needs.fetch-supported-versions.outputs.php-max }}
136
136
steps :
137
- - uses : actions/checkout@v4
137
+ - uses : actions/checkout@v5
138
138
139
139
- name : Setup PHP ${{ env.PHP_VERSION }}
140
140
id : setup-php
@@ -182,7 +182,7 @@ jobs:
182
182
COMPOSER_IGNORE_PLATFORM_REQ : ' php+'
183
183
steps :
184
184
- name : Check out code
185
- uses : actions/checkout@v4
185
+ uses : actions/checkout@v5
186
186
187
187
- name : Setup PHP ${{ env.PHP_VERSION }}
188
188
id : setup-php
You can’t perform that action at this time.
0 commit comments