|
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.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" |
@@ -132,7 +132,7 @@ jobs: |
132 | 132 | git config --global core.autocrlf false |
133 | 133 | git config --global core.eol lf |
134 | 134 |
|
135 | | - - uses: actions/checkout@v5 |
| 135 | + - uses: actions/checkout@v6 |
136 | 136 |
|
137 | 137 | - name: Get composer cache directory |
138 | 138 | 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" |
@@ -254,7 +254,7 @@ jobs: |
254 | 254 | needs: [unit-tests-linux] |
255 | 255 |
|
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