|
69 | 69 | git config --global core.autocrlf false |
70 | 70 | git config --global core.eol lf |
71 | 71 |
|
72 | | - - uses: actions/checkout@v4 |
| 72 | + - uses: actions/checkout@v5 |
73 | 73 |
|
74 | 74 | - name: Get composer cache directory |
75 | 75 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV" |
@@ -131,7 +131,7 @@ jobs: |
131 | 131 | git config --global core.autocrlf false |
132 | 132 | git config --global core.eol lf |
133 | 133 |
|
134 | | - - uses: actions/checkout@v4 |
| 134 | + - uses: actions/checkout@v5 |
135 | 135 |
|
136 | 136 | - name: Get composer cache directory |
137 | 137 | 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@v4 |
| 172 | + - uses: actions/checkout@v5 |
173 | 173 |
|
174 | 174 | - name: Get composer cache directory |
175 | 175 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV" |
@@ -221,7 +221,7 @@ jobs: |
221 | 221 | - name: Setup problem matchers for PHP |
222 | 222 | run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" |
223 | 223 |
|
224 | | - - uses: actions/checkout@v4 |
| 224 | + - uses: actions/checkout@v5 |
225 | 225 |
|
226 | 226 | - name: Get composer cache directory |
227 | 227 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV" |
@@ -250,7 +250,7 @@ jobs: |
250 | 250 | runs-on: [ubuntu-latest] |
251 | 251 | needs: [unit-tests-linux] |
252 | 252 | steps: |
253 | | - - uses: actions/checkout@v4 |
| 253 | + - uses: actions/checkout@v5 |
254 | 254 |
|
255 | 255 | - uses: actions/download-artifact@v5 |
256 | 256 | with: |
|
0 commit comments