|
21 | 21 | matrix: |
22 | 22 | php-version: ['8.1', '8.2', '8.3', '8.4'] |
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: false |
36 | 36 | enable_jsonlinter: true |
|
70 | 70 | git config --global core.autocrlf false |
71 | 71 | git config --global core.eol lf |
72 | 72 |
|
73 | | - - uses: actions/checkout@v5 |
| 73 | + - uses: actions/checkout@v6 |
74 | 74 |
|
75 | 75 | - name: Get composer cache directory |
76 | 76 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV" |
@@ -133,7 +133,7 @@ jobs: |
133 | 133 | git config --global core.autocrlf false |
134 | 134 | git config --global core.eol lf |
135 | 135 |
|
136 | | - - uses: actions/checkout@v5 |
| 136 | + - uses: actions/checkout@v6 |
137 | 137 |
|
138 | 138 | - name: Get composer cache directory |
139 | 139 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV" |
@@ -170,7 +170,7 @@ jobs: |
170 | 170 | - name: Setup problem matchers for PHP |
171 | 171 | run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" |
172 | 172 |
|
173 | | - - uses: actions/checkout@v5 |
| 173 | + - uses: actions/checkout@v6 |
174 | 174 |
|
175 | 175 | - name: Get composer cache directory |
176 | 176 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV" |
@@ -224,7 +224,7 @@ jobs: |
224 | 224 | - name: Setup problem matchers for PHP |
225 | 225 | run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" |
226 | 226 |
|
227 | | - - uses: actions/checkout@v5 |
| 227 | + - uses: actions/checkout@v6 |
228 | 228 |
|
229 | 229 | - name: Get composer cache directory |
230 | 230 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV" |
@@ -253,7 +253,7 @@ jobs: |
253 | 253 | runs-on: [ubuntu-latest] |
254 | 254 | needs: [unit-tests-linux] |
255 | 255 | steps: |
256 | | - - uses: actions/checkout@v5 |
| 256 | + - uses: actions/checkout@v6 |
257 | 257 |
|
258 | 258 | - uses: actions/download-artifact@v6 |
259 | 259 | with: |
|
0 commit comments