|
40 | 40 | steps:
|
41 | 41 | - name: Checkout
|
42 | 42 | uses: actions/checkout@v3
|
| 43 | + with: |
| 44 | + fetch-depth: 1 |
43 | 45 | # For pull requests it's not necessary to checkout the code
|
44 | 46 | - name: check changed files
|
45 | 47 | uses: dorny/paths-filter@v2
|
@@ -109,6 +111,8 @@ jobs:
|
109 | 111 | steps:
|
110 | 112 | - name: Checkout
|
111 | 113 | uses: actions/checkout@v3
|
| 114 | + with: |
| 115 | + fetch-depth: 1 |
112 | 116 |
|
113 | 117 | - name: Setup Node
|
114 | 118 | uses: ./.github/actions/setup-node
|
@@ -162,6 +166,8 @@ jobs:
|
162 | 166 | steps:
|
163 | 167 | - name: Checkout
|
164 | 168 | uses: actions/checkout@v3
|
| 169 | + with: |
| 170 | + fetch-depth: 1 |
165 | 171 |
|
166 | 172 | - name: Setup Node
|
167 | 173 | uses: ./.github/actions/setup-node
|
@@ -207,6 +213,8 @@ jobs:
|
207 | 213 | steps:
|
208 | 214 | - name: Checkout
|
209 | 215 | uses: actions/checkout@v3
|
| 216 | + with: |
| 217 | + fetch-depth: 1 |
210 | 218 |
|
211 | 219 | - name: Setup Node
|
212 | 220 | uses: ./.github/actions/setup-node
|
@@ -256,6 +264,8 @@ jobs:
|
256 | 264 | steps:
|
257 | 265 | - name: Checkout
|
258 | 266 | uses: actions/checkout@v3
|
| 267 | + with: |
| 268 | + fetch-depth: 1 |
259 | 269 |
|
260 | 270 | - name: Setup Go
|
261 | 271 | uses: ./.github/actions/setup-go
|
@@ -323,6 +333,8 @@ jobs:
|
323 | 333 | steps:
|
324 | 334 | - name: Checkout
|
325 | 335 | uses: actions/checkout@v3
|
| 336 | + with: |
| 337 | + fetch-depth: 1 |
326 | 338 |
|
327 | 339 | - name: Setup Go
|
328 | 340 | uses: ./.github/actions/setup-go
|
@@ -369,6 +381,8 @@ jobs:
|
369 | 381 | steps:
|
370 | 382 | - name: Checkout
|
371 | 383 | uses: actions/checkout@v3
|
| 384 | + with: |
| 385 | + fetch-depth: 1 |
372 | 386 |
|
373 | 387 | - name: Setup Go
|
374 | 388 | uses: ./.github/actions/setup-go
|
@@ -488,6 +502,8 @@ jobs:
|
488 | 502 | steps:
|
489 | 503 | - name: Checkout
|
490 | 504 | uses: actions/checkout@v3
|
| 505 | + with: |
| 506 | + fetch-depth: 1 |
491 | 507 |
|
492 | 508 | - name: Setup Node
|
493 | 509 | uses: ./.github/actions/setup-node
|
@@ -516,6 +532,8 @@ jobs:
|
516 | 532 | steps:
|
517 | 533 | - name: Checkout
|
518 | 534 | uses: actions/checkout@v3
|
| 535 | + with: |
| 536 | + fetch-depth: 1 |
519 | 537 |
|
520 | 538 | - name: Setup Node
|
521 | 539 | uses: ./.github/actions/setup-node
|
@@ -619,6 +637,7 @@ jobs:
|
619 | 637 | - name: Checkout
|
620 | 638 | uses: actions/checkout@v3
|
621 | 639 | with:
|
| 640 | + # 0 is required here for version.sh to work. |
622 | 641 | fetch-depth: 0
|
623 | 642 |
|
624 | 643 | - name: Setup Node
|
|
0 commit comments