1919 runs-on : ['ubuntu-latest']
2020
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323 with :
2424 # super-linter needs the full git history to get the
2525 # list of files that changed across commits
6161 - name : Setup problem matchers for PHP
6262 run : echo "::add-matcher::${{ runner.tool_cache }}/php.json"
6363
64- - uses : actions/checkout@v5
64+ - uses : actions/checkout@v6
6565
6666 - name : Get composer cache directory
6767 run : echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -127,7 +127,7 @@ jobs:
127127 - name : Setup problem matchers for PHP
128128 run : echo "::add-matcher::${{ runner.tool_cache }}/php.json"
129129
130- - uses : actions/checkout@v5
130+ - uses : actions/checkout@v6
131131
132132 - name : Get composer cache directory
133133 run : echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -183,7 +183,7 @@ jobs:
183183 git config --global core.autocrlf false
184184 git config --global core.eol lf
185185
186- - uses : actions/checkout@v5
186+ - uses : actions/checkout@v6
187187
188188 - name : Get composer cache directory
189189 run : echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -245,7 +245,7 @@ jobs:
245245 git config --global core.autocrlf false
246246 git config --global core.eol lf
247247
248- - uses : actions/checkout@v5
248+ - uses : actions/checkout@v6
249249
250250 - name : Get composer cache directory
251251 run : echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
@@ -268,7 +268,7 @@ jobs:
268268 runs-on : [ubuntu-latest]
269269 needs : [unit-tests-linux]
270270 steps :
271- - uses : actions/checkout@v5
271+ - uses : actions/checkout@v6
272272
273273 - uses : actions/download-artifact@v6
274274 with :
0 commit comments