|
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/reusable_phplinter.yml@v1.10.4 |
| 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.4 |
| 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 |
|
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" |
@@ -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" |
@@ -235,7 +235,7 @@ jobs: |
235 | 235 | - name: Setup problem matchers for PHP |
236 | 236 | run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" |
237 | 237 |
|
238 | | - - uses: actions/checkout@v5 |
| 238 | + - uses: actions/checkout@v6 |
239 | 239 |
|
240 | 240 | - name: Get composer cache directory |
241 | 241 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV" |
@@ -264,7 +264,7 @@ jobs: |
264 | 264 | runs-on: [ubuntu-latest] |
265 | 265 | needs: [unit-tests-linux] |
266 | 266 | steps: |
267 | | - - uses: actions/checkout@v5 |
| 267 | + - uses: actions/checkout@v6 |
268 | 268 |
|
269 | 269 | - uses: actions/download-artifact@v6 |
270 | 270 | with: |
|
0 commit comments