|
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/reusable_phplinter.yml@v1.10.3 |
| 24 | + uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.10.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/reusable_linter.yml@v1.10.3 |
| 33 | + uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.10.5 |
34 | 34 | with: |
35 | 35 | enable_eslinter: false |
36 | 36 | enable_jsonlinter: true |
|
69 | 69 | git config --global core.autocrlf false |
70 | 70 | git config --global core.eol lf |
71 | 71 |
|
72 | | - - uses: actions/checkout@v5 |
| 72 | + - uses: actions/checkout@v6 |
73 | 73 |
|
74 | 74 | - name: Get composer cache directory |
75 | 75 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV" |
@@ -131,7 +131,7 @@ jobs: |
131 | 131 | git config --global core.autocrlf false |
132 | 132 | git config --global core.eol lf |
133 | 133 |
|
134 | | - - uses: actions/checkout@v5 |
| 134 | + - uses: actions/checkout@v6 |
135 | 135 |
|
136 | 136 | - name: Get composer cache directory |
137 | 137 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV" |
@@ -169,7 +169,7 @@ jobs: |
169 | 169 | - name: Setup problem matchers for PHP |
170 | 170 | run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" |
171 | 171 |
|
172 | | - - uses: actions/checkout@v5 |
| 172 | + - uses: actions/checkout@v6 |
173 | 173 |
|
174 | 174 | - name: Get composer cache directory |
175 | 175 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV" |
@@ -226,7 +226,7 @@ jobs: |
226 | 226 | - name: Setup problem matchers for PHP |
227 | 227 | run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" |
228 | 228 |
|
229 | | - - uses: actions/checkout@v5 |
| 229 | + - uses: actions/checkout@v6 |
230 | 230 |
|
231 | 231 | - name: Get composer cache directory |
232 | 232 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV" |
@@ -256,7 +256,7 @@ jobs: |
256 | 256 | needs: [unit-tests-linux] |
257 | 257 |
|
258 | 258 | steps: |
259 | | - - uses: actions/checkout@v5 |
| 259 | + - uses: actions/checkout@v6 |
260 | 260 |
|
261 | 261 | - uses: actions/download-artifact@v6 |
262 | 262 | with: |
|
0 commit comments