|
70 | 70 | git config --global core.autocrlf false |
71 | 71 | git config --global core.eol lf |
72 | 72 |
|
73 | | - - uses: actions/checkout@v6 |
| 73 | + - uses: actions/checkout@v7 |
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@v6 |
| 136 | + - uses: actions/checkout@v7 |
137 | 137 |
|
138 | 138 | - name: Get composer cache directory |
139 | 139 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV" |
@@ -171,7 +171,7 @@ jobs: |
171 | 171 | - name: Setup problem matchers for PHP |
172 | 172 | run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" |
173 | 173 |
|
174 | | - - uses: actions/checkout@v6 |
| 174 | + - uses: actions/checkout@v7 |
175 | 175 |
|
176 | 176 | - name: Get composer cache directory |
177 | 177 | 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@v6 |
| 229 | + - uses: actions/checkout@v7 |
230 | 230 |
|
231 | 231 | - name: Get composer cache directory |
232 | 232 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV" |
@@ -255,7 +255,7 @@ jobs: |
255 | 255 | runs-on: [ubuntu-latest] |
256 | 256 | needs: [unit-tests-linux] |
257 | 257 | steps: |
258 | | - - uses: actions/checkout@v6 |
| 258 | + - uses: actions/checkout@v7 |
259 | 259 |
|
260 | 260 | - uses: actions/download-artifact@v8 |
261 | 261 | with: |
|
0 commit comments