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 8585 pkg-extra-constraints : behat/gherkin:~4.12.0
8686 steps :
8787 - name : Check out code
88- uses : actions/checkout@v4
88+ uses : actions/checkout@v5
8989
9090 # Enable coverage only for specific version(s) !
9191 # Usually highest version(s), plus additional ones in case of code used only with specific versions
@@ -176,7 +176,7 @@ jobs:
176176 PHP_VERSION : ${{ needs.fetch-supported-versions.outputs.php-max }}
177177 SYMFONY_VERSION : ${{ needs.fetch-supported-versions.outputs.symfony-max }}
178178 steps :
179- - uses : actions/checkout@v4
179+ - uses : actions/checkout@v5
180180
181181 - name : Setup PHP ${{ env.PHP_VERSION }}
182182 id : setup-php
@@ -257,7 +257,7 @@ jobs:
257257
258258 steps :
259259 - name : Check out code
260- uses : actions/checkout@v4
260+ uses : actions/checkout@v5
261261
262262 - name : Setup PHP ${{ matrix.php-version }}
263263 id : setup-php
You can’t perform that action at this time.
0 commit comments