2121 matrix :
2222 php-version : ['8.2', '8.3', '8.4', '8.5']
2323
24- uses : simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.10.6
24+ uses : simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.11.0
2525 with :
2626 php-version : ${{ matrix.php-version }}
2727
3030 strategy :
3131 fail-fast : false
3232
33- uses : simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.10.6
33+ uses : simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.11.0
3434 with :
3535 enable_eslinter : true
3636 enable_jsonlinter : true
6969 git config --global core.autocrlf false
7070 git config --global core.eol lf
7171
72- - uses : actions/checkout@v5
72+ - uses : actions/checkout@v6
7373
7474 - name : Copy config.php.dist to config.php
7575 run : cp config/config.php.dist config/config.php
8181 run : echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
8282
8383 - name : Cache composer dependencies
84- uses : actions/cache@v4
84+ uses : actions/cache@v5
8585 with :
8686 path : ${{ env.COMPOSER_CACHE }}
8787 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -100,7 +100,7 @@ jobs:
100100
101101 - name : Save coverage data
102102 if : ${{ matrix.php-versions == '8.5' }}
103- uses : actions/upload-artifact@v5
103+ uses : actions/upload-artifact@v6
104104 with :
105105 name : coverage-data
106106 path : ${{ github.workspace }}/build
@@ -137,13 +137,13 @@ jobs:
137137 git config --global core.autocrlf false
138138 git config --global core.eol lf
139139
140- - uses : actions/checkout@v5
140+ - uses : actions/checkout@v6
141141
142142 - name : Get composer cache directory
143143 run : echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
144144
145145 - name : Cache composer dependencies
146- uses : actions/cache@v4
146+ uses : actions/cache@v5
147147 with :
148148 path : ${{ env.COMPOSER_CACHE }}
149149 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -177,7 +177,7 @@ jobs:
177177 - name : Setup problem matchers for PHP
178178 run : echo "::add-matcher::${{ runner.tool_cache }}/php.json"
179179
180- - uses : actions/checkout@v5
180+ - uses : actions/checkout@v6
181181
182182 - name : Copy config.php.dist to config.php
183183 run : cp config/config.php.dist config/config.php
@@ -189,7 +189,7 @@ jobs:
189189 run : echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
190190
191191 - name : Cache composer dependencies
192- uses : actions/cache@v4
192+ uses : actions/cache@v5
193193 with :
194194 path : ${{ env.COMPOSER_CACHE }}
195195 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -262,7 +262,7 @@ jobs:
262262 - name : Setup problem matchers for PHP
263263 run : echo "::add-matcher::${{ runner.tool_cache }}/php.json"
264264
265- - uses : actions/checkout@v5
265+ - uses : actions/checkout@v6
266266
267267 - name : Copy config.php.dist to config.php
268268 run : cp config/config.php.dist config/config.php
@@ -274,7 +274,7 @@ jobs:
274274 run : echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
275275
276276 - name : Cache composer dependencies
277- uses : actions/cache@v4
277+ uses : actions/cache@v5
278278 with :
279279 path : ${{ env.COMPOSER_CACHE }}
280280 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -297,9 +297,9 @@ jobs:
297297 runs-on : [ubuntu-latest]
298298 needs : [unit-tests-linux]
299299 steps :
300- - uses : actions/checkout@v5
300+ - uses : actions/checkout@v6
301301
302- - uses : actions/download-artifact@v6
302+ - uses : actions/download-artifact@v7
303303 with :
304304 name : coverage-data
305305 path : ${{ github.workspace }}/build
0 commit comments