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
@@ -174,7 +174,7 @@ jobs:
174174 PHP_VERSION : ${{ needs.fetch-supported-versions.outputs.php-max }}
175175 SYMFONY_VERSION : ${{ needs.fetch-supported-versions.outputs.symfony-max }}
176176 steps :
177- - uses : actions/checkout@v4
177+ - uses : actions/checkout@v5
178178
179179 - name : Setup PHP ${{ env.PHP_VERSION }}
180180 id : setup-php
@@ -253,7 +253,7 @@ jobs:
253253
254254 steps :
255255 - name : Check out code
256- uses : actions/checkout@v4
256+ uses : actions/checkout@v5
257257
258258 - name : Setup PHP ${{ matrix.php-version }}
259259 id : setup-php
You can’t perform that action at this time.
0 commit comments