|
69 | 69 | git config --global core.autocrlf false |
70 | 70 | git config --global core.eol lf |
71 | 71 |
|
72 | | - - uses: actions/checkout@v4 |
| 72 | + - uses: actions/checkout@v5 |
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@v4 |
| 134 | + - uses: actions/checkout@v5 |
135 | 135 |
|
136 | 136 | - name: Get composer cache directory |
137 | 137 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV" |
@@ -167,7 +167,7 @@ jobs: |
167 | 167 | - name: Setup problem matchers for PHP |
168 | 168 | run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" |
169 | 169 |
|
170 | | - - uses: actions/checkout@v4 |
| 170 | + - uses: actions/checkout@v5 |
171 | 171 |
|
172 | 172 | - name: Get composer cache directory |
173 | 173 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV" |
@@ -219,7 +219,7 @@ jobs: |
219 | 219 | - name: Setup problem matchers for PHP |
220 | 220 | run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" |
221 | 221 |
|
222 | | - - uses: actions/checkout@v4 |
| 222 | + - uses: actions/checkout@v5 |
223 | 223 |
|
224 | 224 | - name: Get composer cache directory |
225 | 225 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV" |
@@ -248,9 +248,9 @@ jobs: |
248 | 248 | runs-on: [ubuntu-latest] |
249 | 249 | needs: [unit-tests-linux] |
250 | 250 | steps: |
251 | | - - uses: actions/checkout@v4 |
| 251 | + - uses: actions/checkout@v5 |
252 | 252 |
|
253 | | - - uses: actions/download-artifact@v4 |
| 253 | + - uses: actions/download-artifact@v5 |
254 | 254 | with: |
255 | 255 | name: coverage-data |
256 | 256 | path: ${{ github.workspace }}/build |
|
0 commit comments