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