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