5757 - name : Setup problem matchers for PHP
5858 run : echo "::add-matcher::${{ runner.tool_cache }}/php.json"
5959
60- - uses : actions/checkout@v4
60+ - uses : actions/checkout@v5
6161
6262 - name : Get composer cache directory
6363 run : echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -125,7 +125,7 @@ jobs:
125125 - name : Setup problem matchers for PHP
126126 run : echo "::add-matcher::${{ runner.tool_cache }}/php.json"
127127
128- - uses : actions/checkout@v4
128+ - uses : actions/checkout@v5
129129
130130 - name : Get composer cache directory
131131 run : echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -184,7 +184,7 @@ jobs:
184184 git config --global core.autocrlf false
185185 git config --global core.eol lf
186186
187- - uses : actions/checkout@v4
187+ - uses : actions/checkout@v5
188188
189189 - name : Get composer cache directory
190190 run : echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -246,7 +246,7 @@ jobs:
246246 git config --global core.autocrlf false
247247 git config --global core.eol lf
248248
249- - uses : actions/checkout@v4
249+ - uses : actions/checkout@v5
250250
251251 - name : Get composer cache directory
252252 run : echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
@@ -269,7 +269,7 @@ jobs:
269269 runs-on : [ubuntu-latest]
270270 needs : [unit-tests-linux]
271271 steps :
272- - uses : actions/checkout@v4
272+ - uses : actions/checkout@v5
273273
274274 - uses : actions/download-artifact@v5
275275 with :
0 commit comments