|
23 | 23 | - name: Checkout |
24 | 24 | uses: actions/checkout@v5 |
25 | 25 | with: |
26 | | - fetch-depth: 0 |
| 26 | + fetch-depth: 1 |
27 | 27 | ref: ${{ github.event.pull_request.head.sha || github.sha }} |
28 | 28 |
|
29 | 29 | - name: Use local branch |
|
57 | 57 | - name: Checkout |
58 | 58 | uses: actions/checkout@v5 |
59 | 59 | with: |
60 | | - fetch-depth: 0 |
| 60 | + fetch-depth: 1 |
61 | 61 | ref: ${{ github.event.pull_request.head.sha || github.sha }} |
62 | 62 |
|
63 | 63 | - name: Use local branch |
|
91 | 91 | - name: Checkout |
92 | 92 | uses: actions/checkout@v5 |
93 | 93 | with: |
94 | | - fetch-depth: 0 |
| 94 | + fetch-depth: 1 |
95 | 95 | ref: ${{ github.event.pull_request.head.sha || github.sha }} |
96 | 96 |
|
97 | 97 | - name: Use local branch |
@@ -157,7 +157,7 @@ jobs: |
157 | 157 | - name: Checkout |
158 | 158 | uses: actions/checkout@v5 |
159 | 159 | with: |
160 | | - fetch-depth: 0 |
| 160 | + fetch-depth: 1 |
161 | 161 | ref: ${{ github.event.pull_request.head.sha || github.sha }} |
162 | 162 |
|
163 | 163 | - name: Use local branch |
@@ -220,7 +220,7 @@ jobs: |
220 | 220 | - name: Checkout |
221 | 221 | uses: actions/checkout@v5 |
222 | 222 | with: |
223 | | - fetch-depth: 0 |
| 223 | + fetch-depth: 1 |
224 | 224 | ref: ${{ github.event.pull_request.head.sha || github.sha }} |
225 | 225 |
|
226 | 226 | - name: Use local branch |
@@ -257,7 +257,7 @@ jobs: |
257 | 257 | - name: Checkout |
258 | 258 | uses: actions/checkout@v5 |
259 | 259 | with: |
260 | | - fetch-depth: 0 |
| 260 | + fetch-depth: 1 |
261 | 261 | ref: ${{ github.event.pull_request.head.sha || github.sha }} |
262 | 262 |
|
263 | 263 | - name: Use local branch |
@@ -314,7 +314,7 @@ jobs: |
314 | 314 | - name: Checkout |
315 | 315 | uses: actions/checkout@v5 |
316 | 316 | with: |
317 | | - fetch-depth: 0 |
| 317 | + fetch-depth: 1 |
318 | 318 | ref: ${{ github.event.pull_request.head.sha || github.sha }} |
319 | 319 |
|
320 | 320 | - name: Use local branch |
@@ -382,7 +382,7 @@ jobs: |
382 | 382 | - name: Checkout |
383 | 383 | uses: actions/checkout@v5 |
384 | 384 | with: |
385 | | - fetch-depth: 0 |
| 385 | + fetch-depth: 1 |
386 | 386 | ref: ${{ github.event.pull_request.head.sha || github.sha }} |
387 | 387 |
|
388 | 388 | - name: Use local branch |
@@ -447,7 +447,7 @@ jobs: |
447 | 447 | - name: Checkout |
448 | 448 | uses: actions/checkout@v5 |
449 | 449 | with: |
450 | | - fetch-depth: 0 |
| 450 | + fetch-depth: 1 |
451 | 451 | ref: ${{ github.event.pull_request.head.sha || github.sha }} |
452 | 452 |
|
453 | 453 | - name: Use local branch |
|
0 commit comments