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