1919 runs-on : ['ubuntu-latest']
2020
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 with :
2424 # super-linter needs the full git history to get the
2525 # list of files that changed across commits
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"
@@ -113,7 +113,7 @@ jobs:
113113 - name : Setup problem matchers for PHP
114114 run : echo "::add-matcher::${{ runner.tool_cache }}/php.json"
115115
116- - uses : actions/checkout@v4
116+ - uses : actions/checkout@v5
117117
118118 - name : Get composer cache directory
119119 run : echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -170,7 +170,7 @@ jobs:
170170 git config --global core.autocrlf false
171171 git config --global core.eol lf
172172
173- - uses : actions/checkout@v4
173+ - uses : actions/checkout@v5
174174
175175 - name : Get composer cache directory
176176 run : echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -236,7 +236,7 @@ jobs:
236236 git config --global core.autocrlf false
237237 git config --global core.eol lf
238238
239- - uses : actions/checkout@v4
239+ - uses : actions/checkout@v5
240240
241241 - name : Get composer cache directory
242242 run : echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
@@ -262,9 +262,9 @@ jobs:
262262 runs-on : [ubuntu-latest]
263263 needs : [unit-tests-linux]
264264 steps :
265- - uses : actions/checkout@v4
265+ - uses : actions/checkout@v5
266266
267- - uses : actions/download-artifact@v4
267+ - uses : actions/download-artifact@v5
268268 with :
269269 name : coverage-data
270270 path : ${{ github.workspace }}/build
0 commit comments