|
70 | 70 | git config --global core.autocrlf false |
71 | 71 | git config --global core.eol lf |
72 | 72 |
|
73 | | - - uses: actions/checkout@v4 |
| 73 | + - uses: actions/checkout@v5 |
74 | 74 |
|
75 | 75 | - name: Get composer cache directory |
76 | 76 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV" |
@@ -133,7 +133,7 @@ jobs: |
133 | 133 | git config --global core.autocrlf false |
134 | 134 | git config --global core.eol lf |
135 | 135 |
|
136 | | - - uses: actions/checkout@v4 |
| 136 | + - uses: actions/checkout@v5 |
137 | 137 |
|
138 | 138 | - name: Get composer cache directory |
139 | 139 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV" |
@@ -172,7 +172,7 @@ jobs: |
172 | 172 | - name: Setup problem matchers for PHP |
173 | 173 | run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" |
174 | 174 |
|
175 | | - - uses: actions/checkout@v4 |
| 175 | + - uses: actions/checkout@v5 |
176 | 176 |
|
177 | 177 | - name: Get composer cache directory |
178 | 178 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV" |
@@ -242,7 +242,7 @@ jobs: |
242 | 242 | - name: Setup problem matchers for PHP |
243 | 243 | run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" |
244 | 244 |
|
245 | | - - uses: actions/checkout@v4 |
| 245 | + - uses: actions/checkout@v5 |
246 | 246 |
|
247 | 247 | - name: Get composer cache directory |
248 | 248 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV" |
@@ -272,9 +272,9 @@ jobs: |
272 | 272 | needs: [unit-tests-linux] |
273 | 273 |
|
274 | 274 | steps: |
275 | | - - uses: actions/checkout@v4 |
| 275 | + - uses: actions/checkout@v5 |
276 | 276 |
|
277 | | - - uses: actions/download-artifact@v4 |
| 277 | + - uses: actions/download-artifact@v5 |
278 | 278 | with: |
279 | 279 | name: coverage-data |
280 | 280 | path: ${{ github.workspace }}/build |
|
0 commit comments