|
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" |
@@ -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" |
@@ -225,7 +225,7 @@ jobs: |
225 | 225 | - name: Setup problem matchers for PHP |
226 | 226 | run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" |
227 | 227 |
|
228 | | - - uses: actions/checkout@v6 |
| 228 | + - uses: actions/checkout@v7 |
229 | 229 |
|
230 | 230 | - name: Get composer cache directory |
231 | 231 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV" |
@@ -254,7 +254,7 @@ jobs: |
254 | 254 | runs-on: [ubuntu-latest] |
255 | 255 | needs: [unit-tests-linux] |
256 | 256 | steps: |
257 | | - - uses: actions/checkout@v6 |
| 257 | + - uses: actions/checkout@v7 |
258 | 258 |
|
259 | 259 | - uses: actions/download-artifact@v8 |
260 | 260 | with: |
|
0 commit comments