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
6060 - name : Setup problem matchers for PHP
6161 run : echo "::add-matcher::${{ runner.tool_cache }}/php.json"
6262
63- - uses : actions/checkout@v5
63+ - uses : actions/checkout@v6
6464
6565 - name : Get composer cache directory
6666 run : echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -112,7 +112,7 @@ jobs:
112112 - name : Setup problem matchers for PHP
113113 run : echo "::add-matcher::${{ runner.tool_cache }}/php.json"
114114
115- - uses : actions/checkout@v5
115+ - uses : actions/checkout@v6
116116
117117 - name : Get composer cache directory
118118 run : echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -168,7 +168,7 @@ jobs:
168168 git config --global core.autocrlf false
169169 git config --global core.eol lf
170170
171- - uses : actions/checkout@v5
171+ - uses : actions/checkout@v6
172172
173173 - name : Get composer cache directory
174174 run : echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -230,7 +230,7 @@ jobs:
230230 git config --global core.autocrlf false
231231 git config --global core.eol lf
232232
233- - uses : actions/checkout@v5
233+ - uses : actions/checkout@v6
234234
235235 - name : Get composer cache directory
236236 run : echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
@@ -253,7 +253,7 @@ jobs:
253253 runs-on : [ubuntu-latest]
254254 needs : [unit-tests-linux]
255255 steps :
256- - uses : actions/checkout@v5
256+ - uses : actions/checkout@v6
257257
258258 - uses : actions/download-artifact@v6
259259 with :
0 commit comments