|
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" |
@@ -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@v4 |
| 174 | + - uses: actions/checkout@v5 |
175 | 175 |
|
176 | 176 | - name: Get composer cache directory |
177 | 177 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV" |
@@ -239,7 +239,7 @@ jobs: |
239 | 239 | - name: Setup problem matchers for PHP |
240 | 240 | run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" |
241 | 241 |
|
242 | | - - uses: actions/checkout@v4 |
| 242 | + - uses: actions/checkout@v5 |
243 | 243 |
|
244 | 244 | - name: Get composer cache directory |
245 | 245 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV" |
@@ -268,7 +268,7 @@ jobs: |
268 | 268 | runs-on: [ubuntu-latest] |
269 | 269 | needs: [unit-tests-linux] |
270 | 270 | steps: |
271 | | - - uses: actions/checkout@v4 |
| 271 | + - uses: actions/checkout@v5 |
272 | 272 |
|
273 | 273 | - uses: actions/download-artifact@v5 |
274 | 274 | with: |
|
0 commit comments