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 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
@@ -182,7 +182,7 @@ jobs:
182182 COMPOSER_IGNORE_PLATFORM_REQ : ' php+'
183183 steps :
184184 - name : Check out code
185- uses : actions/checkout@v4
185+ uses : actions/checkout@v5
186186
187187 - name : Setup PHP ${{ env.PHP_VERSION }}
188188 id : setup-php
You can’t perform that action at this time.
0 commit comments