|
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" |
@@ -168,7 +168,7 @@ jobs: |
168 | 168 | - name: Setup problem matchers for PHP |
169 | 169 | run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" |
170 | 170 |
|
171 | | - - uses: actions/checkout@v4 |
| 171 | + - uses: actions/checkout@v5 |
172 | 172 |
|
173 | 173 | - name: Get composer cache directory |
174 | 174 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV" |
@@ -234,7 +234,7 @@ jobs: |
234 | 234 | - name: Setup problem matchers for PHP |
235 | 235 | run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" |
236 | 236 |
|
237 | | - - uses: actions/checkout@v4 |
| 237 | + - uses: actions/checkout@v5 |
238 | 238 |
|
239 | 239 | - name: Get composer cache directory |
240 | 240 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV" |
@@ -263,9 +263,9 @@ jobs: |
263 | 263 | runs-on: [ubuntu-latest] |
264 | 264 | needs: [unit-tests-linux] |
265 | 265 | steps: |
266 | | - - uses: actions/checkout@v4 |
| 266 | + - uses: actions/checkout@v5 |
267 | 267 |
|
268 | | - - uses: actions/download-artifact@v4 |
| 268 | + - uses: actions/download-artifact@v5 |
269 | 269 | with: |
270 | 270 | name: coverage-data |
271 | 271 | path: ${{ github.workspace }}/build |
|
0 commit comments