|
71 | 71 | git config --global core.autocrlf false |
72 | 72 | git config --global core.eol lf |
73 | 73 |
|
74 | | - - uses: actions/checkout@v6 |
| 74 | + - uses: actions/checkout@v7 |
75 | 75 |
|
76 | 76 | - name: Get composer cache directory |
77 | 77 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV" |
@@ -143,7 +143,7 @@ jobs: |
143 | 143 | git config --global core.autocrlf false |
144 | 144 | git config --global core.eol lf |
145 | 145 |
|
146 | | - - uses: actions/checkout@v6 |
| 146 | + - uses: actions/checkout@v7 |
147 | 147 |
|
148 | 148 | - name: Get composer cache directory |
149 | 149 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV" |
@@ -191,7 +191,7 @@ jobs: |
191 | 191 | - name: Setup problem matchers for PHP |
192 | 192 | run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" |
193 | 193 |
|
194 | | - - uses: actions/checkout@v6 |
| 194 | + - uses: actions/checkout@v7 |
195 | 195 |
|
196 | 196 | - name: Get composer cache directory |
197 | 197 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV" |
@@ -254,7 +254,7 @@ jobs: |
254 | 254 | - name: Setup problem matchers for PHP |
255 | 255 | run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" |
256 | 256 |
|
257 | | - - uses: actions/checkout@v6 |
| 257 | + - uses: actions/checkout@v7 |
258 | 258 |
|
259 | 259 | - name: Get composer cache directory |
260 | 260 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV" |
@@ -292,7 +292,7 @@ jobs: |
292 | 292 | runs-on: [ubuntu-latest] |
293 | 293 | needs: [unit-tests-linux] |
294 | 294 | steps: |
295 | | - - uses: actions/checkout@v6 |
| 295 | + - uses: actions/checkout@v7 |
296 | 296 |
|
297 | 297 | - uses: actions/download-artifact@v8 |
298 | 298 | with: |
|
0 commit comments