6161 - name : Setup problem matchers for PHP
6262 run : echo "::add-matcher::${{ runner.tool_cache }}/php.json"
6363
64- - uses : actions/checkout@v4
64+ - uses : actions/checkout@v5
6565
6666 - name : Get composer cache directory
6767 run : echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -129,7 +129,7 @@ jobs:
129129 - name : Setup problem matchers for PHP
130130 run : echo "::add-matcher::${{ runner.tool_cache }}/php.json"
131131
132- - uses : actions/checkout@v4
132+ - uses : actions/checkout@v5
133133
134134 - name : Get composer cache directory
135135 run : echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -190,7 +190,7 @@ jobs:
190190 git config --global core.autocrlf false
191191 git config --global core.eol lf
192192
193- - uses : actions/checkout@v4
193+ - uses : actions/checkout@v5
194194
195195 - name : Get composer cache directory
196196 run : echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -252,7 +252,7 @@ jobs:
252252 git config --global core.autocrlf false
253253 git config --global core.eol lf
254254
255- - uses : actions/checkout@v4
255+ - uses : actions/checkout@v5
256256
257257 - name : Get composer cache directory
258258 run : echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
@@ -275,9 +275,9 @@ jobs:
275275 runs-on : [ubuntu-latest]
276276 needs : [unit-tests-linux]
277277 steps :
278- - uses : actions/checkout@v4
278+ - uses : actions/checkout@v5
279279
280- - uses : actions/download-artifact@v4
280+ - uses : actions/download-artifact@v5
281281 with :
282282 name : coverage-data
283283 path : ${{ github.workspace }}/build
0 commit comments