2121 matrix :
2222 php-version : ['8.1', '8.2', '8.3', '8.4']
2323
24- uses : simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.9.2
24+ uses : simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.10.6
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.9.2
33+ uses : simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.10.6
3434 with :
3535 enable_eslinter : false
3636 enable_jsonlinter : true
@@ -69,13 +69,13 @@ jobs:
6969 git config --global core.autocrlf false
7070 git config --global core.eol lf
7171
72- - uses : actions/checkout@v4
72+ - uses : actions/checkout@v6
7373
7474 - name : Get composer cache directory
7575 run : echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
7676
7777 - name : Cache composer dependencies
78- uses : actions/cache@v4
78+ uses : actions/cache@v5
7979 with :
8080 path : $COMPOSER_CACHE
8181 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
9494
9595 - name : Save coverage data
9696 if : ${{ matrix.php-versions == '8.4' }}
97- uses : actions/upload-artifact@v4
97+ uses : actions/upload-artifact@v6
9898 with :
9999 name : coverage-data
100100 path : ${{ github.workspace }}/build
@@ -131,13 +131,13 @@ jobs:
131131 git config --global core.autocrlf false
132132 git config --global core.eol lf
133133
134- - uses : actions/checkout@v4
134+ - uses : actions/checkout@v6
135135
136136 - name : Get composer cache directory
137137 run : echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
138138
139139 - name : Cache composer dependencies
140- uses : actions/cache@v4
140+ uses : actions/cache@v5
141141 with :
142142 path : $COMPOSER_CACHE
143143 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -169,13 +169,13 @@ jobs:
169169 - name : Setup problem matchers for PHP
170170 run : echo "::add-matcher::${{ runner.tool_cache }}/php.json"
171171
172- - uses : actions/checkout@v4
172+ - uses : actions/checkout@v6
173173
174174 - name : Get composer cache directory
175175 run : echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
176176
177177 - name : Cache composer dependencies
178- uses : actions/cache@v4
178+ uses : actions/cache@v5
179179 with :
180180 path : $COMPOSER_CACHE
181181 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -235,13 +235,13 @@ jobs:
235235 - name : Setup problem matchers for PHP
236236 run : echo "::add-matcher::${{ runner.tool_cache }}/php.json"
237237
238- - uses : actions/checkout@v4
238+ - uses : actions/checkout@v6
239239
240240 - name : Get composer cache directory
241241 run : echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
242242
243243 - name : Cache composer dependencies
244- uses : actions/cache@v4
244+ uses : actions/cache@v5
245245 with :
246246 path : $COMPOSER_CACHE
247247 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -264,9 +264,9 @@ jobs:
264264 runs-on : [ubuntu-latest]
265265 needs : [unit-tests-linux]
266266 steps :
267- - uses : actions/checkout@v4
267+ - uses : actions/checkout@v6
268268
269- - uses : actions/download-artifact@v4
269+ - uses : actions/download-artifact@v7
270270 with :
271271 name : coverage-data
272272 path : ${{ github.workspace }}/build
0 commit comments