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
@@ -173,7 +173,7 @@ jobs:
173
173
PHP_VERSION : ${{ needs.fetch-supported-versions.outputs.php-max }}
174
174
SYMFONY_VERSION : ${{ needs.fetch-supported-versions.outputs.symfony-max }}
175
175
steps :
176
- - uses : actions/checkout@v4
176
+ - uses : actions/checkout@v5
177
177
178
178
- name : Setup PHP ${{ env.PHP_VERSION }}
179
179
id : setup-php
@@ -250,7 +250,7 @@ jobs:
250
250
251
251
steps :
252
252
- name : Check out code
253
- uses : actions/checkout@v4
253
+ uses : actions/checkout@v5
254
254
255
255
- name : Setup PHP ${{ matrix.php-version }}
256
256
id : setup-php
You can’t perform that action at this time.
0 commit comments