@@ -19,12 +19,12 @@ jobs:
1919 runs-on : ['ubuntu-latest']
2020
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323 with :
2424 fetch-depth : 0
2525
2626 - name : Lint Code Base
27- uses : github/super-linter/slim@v4
27+ uses : github/super-linter/slim@v5
2828 env :
2929 LOG_LEVEL : NOTICE
3030 VALIDATE_ALL_CODEBASE : true
5656 - name : Setup problem matchers for PHP
5757 run : echo "::add-matcher::${{ runner.tool_cache }}/php.json"
5858
59- - uses : actions/checkout@v3
59+ - uses : actions/checkout@v4
6060
6161 - name : Get composer cache directory
6262 run : echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -122,7 +122,7 @@ jobs:
122122 - name : Setup problem matchers for PHP
123123 run : echo "::add-matcher::${{ runner.tool_cache }}/php.json"
124124
125- - uses : actions/checkout@v3
125+ - uses : actions/checkout@v4
126126
127127 - name : Get composer cache directory
128128 run : echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -178,7 +178,7 @@ jobs:
178178 git config --global core.autocrlf false
179179 git config --global core.eol lf
180180
181- - uses : actions/checkout@v3
181+ - uses : actions/checkout@v4
182182
183183 - name : Get composer cache directory
184184 run : echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -240,7 +240,7 @@ jobs:
240240 git config --global core.autocrlf false
241241 git config --global core.eol lf
242242
243- - uses : actions/checkout@v3
243+ - uses : actions/checkout@v4
244244
245245 - name : Get composer cache directory
246246 run : echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
@@ -263,7 +263,7 @@ jobs:
263263 runs-on : [ubuntu-latest]
264264 needs : [unit-tests-linux]
265265 steps :
266- - uses : actions/checkout@v3
266+ - uses : actions/checkout@v4
267267
268268 - uses : actions/download-artifact@v3
269269 with :
0 commit comments