|
21 | 21 | matrix: |
22 | 22 | php-version: ['8.2', '8.3', '8.4', '8.5'] |
23 | 23 |
|
24 | | - uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/[email protected].4 |
| 24 | + uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/[email protected].5 |
25 | 25 | with: |
26 | 26 | php-version: ${{ matrix.php-version }} |
27 | 27 |
|
|
30 | 30 | strategy: |
31 | 31 | fail-fast: false |
32 | 32 |
|
33 | | - uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/[email protected].4 |
| 33 | + uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/[email protected].5 |
34 | 34 | with: |
35 | 35 | enable_eslinter: true |
36 | 36 | enable_jsonlinter: true |
|
74 | 74 | git config --global core.autocrlf false |
75 | 75 | git config --global core.eol lf |
76 | 76 |
|
77 | | - - uses: actions/checkout@v5 |
| 77 | + - uses: actions/checkout@v6 |
78 | 78 |
|
79 | 79 | - name: Get composer cache directory |
80 | 80 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV" |
@@ -136,7 +136,7 @@ jobs: |
136 | 136 | git config --global core.autocrlf false |
137 | 137 | git config --global core.eol lf |
138 | 138 |
|
139 | | - - uses: actions/checkout@v5 |
| 139 | + - uses: actions/checkout@v6 |
140 | 140 |
|
141 | 141 | - name: Get composer cache directory |
142 | 142 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV" |
@@ -177,7 +177,7 @@ jobs: |
177 | 177 | - name: Setup problem matchers for PHP |
178 | 178 | run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" |
179 | 179 |
|
180 | | - - uses: actions/checkout@v5 |
| 180 | + - uses: actions/checkout@v6 |
181 | 181 |
|
182 | 182 | - name: Get composer cache directory |
183 | 183 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV" |
@@ -231,7 +231,7 @@ jobs: |
231 | 231 | - name: Setup problem matchers for PHP |
232 | 232 | run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" |
233 | 233 |
|
234 | | - - uses: actions/checkout@v5 |
| 234 | + - uses: actions/checkout@v6 |
235 | 235 |
|
236 | 236 | - name: Get composer cache directory |
237 | 237 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV" |
@@ -260,7 +260,7 @@ jobs: |
260 | 260 | runs-on: [ubuntu-latest] |
261 | 261 | needs: [unit-tests-linux] |
262 | 262 | steps: |
263 | | - - uses: actions/checkout@v5 |
| 263 | + - uses: actions/checkout@v6 |
264 | 264 |
|
265 | 265 | - uses: actions/download-artifact@v6 |
266 | 266 | with: |
|
0 commit comments