|
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" |
@@ -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@v4 |
| 135 | + - uses: actions/checkout@v5 |
136 | 136 |
|
137 | 137 | - name: Get composer cache directory |
138 | 138 | 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" |
@@ -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@v4 |
| 229 | + - uses: actions/checkout@v5 |
230 | 230 |
|
231 | 231 | - name: Get composer cache directory |
232 | 232 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV" |
@@ -255,9 +255,9 @@ jobs: |
255 | 255 | runs-on: [ubuntu-latest] |
256 | 256 | needs: [unit-tests-linux] |
257 | 257 | steps: |
258 | | - - uses: actions/checkout@v4 |
| 258 | + - uses: actions/checkout@v5 |
259 | 259 |
|
260 | | - - uses: actions/download-artifact@v4 |
| 260 | + - uses: actions/download-artifact@v5 |
261 | 261 | with: |
262 | 262 | name: coverage-data |
263 | 263 | path: ${{ github.workspace }}/build |
|
0 commit comments