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 85
85
pkg-extra-constraints : behat/gherkin:~4.12.0
86
86
steps :
87
87
- name : Check out code
88
- uses : actions/checkout@v4
88
+ uses : actions/checkout@v5
89
89
90
90
# Enable coverage only for specific version(s) !
91
91
# Usually highest version(s), plus additional ones in case of code used only with specific versions
@@ -176,7 +176,7 @@ jobs:
176
176
PHP_VERSION : ${{ needs.fetch-supported-versions.outputs.php-max }}
177
177
SYMFONY_VERSION : ${{ needs.fetch-supported-versions.outputs.symfony-max }}
178
178
steps :
179
- - uses : actions/checkout@v4
179
+ - uses : actions/checkout@v5
180
180
181
181
- name : Setup PHP ${{ env.PHP_VERSION }}
182
182
id : setup-php
@@ -257,7 +257,7 @@ jobs:
257
257
258
258
steps :
259
259
- name : Check out code
260
- uses : actions/checkout@v4
260
+ uses : actions/checkout@v5
261
261
262
262
- name : Setup PHP ${{ matrix.php-version }}
263
263
id : setup-php
You can’t perform that action at this time.
0 commit comments