|
69 | 69 | git config --global core.autocrlf false |
70 | 70 | git config --global core.eol lf |
71 | 71 |
|
72 | | - - uses: actions/checkout@v5 |
| 72 | + - uses: actions/checkout@v6 |
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@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" |
@@ -169,7 +169,7 @@ jobs: |
169 | 169 | - name: Setup problem matchers for PHP |
170 | 170 | run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" |
171 | 171 |
|
172 | | - - uses: actions/checkout@v5 |
| 172 | + - uses: actions/checkout@v6 |
173 | 173 |
|
174 | 174 | - name: Get composer cache directory |
175 | 175 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV" |
@@ -230,7 +230,7 @@ jobs: |
230 | 230 | - name: Setup problem matchers for PHP |
231 | 231 | run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" |
232 | 232 |
|
233 | | - - uses: actions/checkout@v5 |
| 233 | + - uses: actions/checkout@v6 |
234 | 234 |
|
235 | 235 | - name: Get composer cache directory |
236 | 236 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV" |
@@ -259,7 +259,7 @@ jobs: |
259 | 259 | runs-on: [ubuntu-latest] |
260 | 260 | needs: [unit-tests-linux] |
261 | 261 | steps: |
262 | | - - uses: actions/checkout@v5 |
| 262 | + - uses: actions/checkout@v6 |
263 | 263 |
|
264 | 264 | - uses: actions/download-artifact@v6 |
265 | 265 | with: |
|
0 commit comments