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 7979 pkg-extra-constraints : behat/gherkin:~4.12.0
8080 steps :
8181 - name : Check out code
82- uses : actions/checkout@v4
82+ uses : actions/checkout@v5
8383
8484 # Enable coverage only for specific version(s) !
8585 # Usually highest version(s), plus additional ones in case of code used only with specific versions
@@ -170,7 +170,7 @@ jobs:
170170 PHP_VERSION : ${{ inputs.php-max-version }}
171171 SYMFONY_VERSION : ${{ inputs.symfony-max-version }}
172172 steps :
173- - uses : actions/checkout@v4
173+ - uses : actions/checkout@v5
174174
175175 - name : Setup PHP ${{ env.PHP_VERSION }}
176176 id : setup-php
@@ -248,7 +248,7 @@ jobs:
248248
249249 steps :
250250 - name : Check out code
251- uses : actions/checkout@v4
251+ uses : actions/checkout@v5
252252
253253 - name : Setup PHP ${{ matrix.php-version }}
254254 id : setup-php
You can’t perform that action at this time.
0 commit comments