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