|
42 | 42 | nuGetVersionV2: ${{ steps.gitversion.outputs.nuGetVersionV2 }}
|
43 | 43 |
|
44 | 44 | steps:
|
45 |
| - - uses: actions/checkout@v3 |
| 45 | + - uses: actions/checkout@v4 |
46 | 46 | with:
|
47 | 47 | fetch-depth: 0
|
48 | 48 |
|
|
82 | 82 |
|
83 | 83 | steps:
|
84 | 84 | - name: Checkout repository
|
85 |
| - uses: actions/checkout@v3 |
| 85 | + uses: actions/checkout@v4 |
86 | 86 | with:
|
87 | 87 | fetch-depth: 0
|
88 | 88 |
|
@@ -123,7 +123,7 @@ jobs:
|
123 | 123 |
|
124 | 124 | steps:
|
125 | 125 | - name: Checkout repository
|
126 |
| - uses: actions/checkout@v3 |
| 126 | + uses: actions/checkout@v4 |
127 | 127 | with:
|
128 | 128 | fetch-depth: 0
|
129 | 129 |
|
@@ -201,7 +201,7 @@ jobs:
|
201 | 201 | restore-keys: |
|
202 | 202 | ${{ runner.os }}-nuget
|
203 | 203 |
|
204 |
| - - uses: actions/checkout@v3 |
| 204 | + - uses: actions/checkout@v4 |
205 | 205 | with:
|
206 | 206 | fetch-depth: 0
|
207 | 207 |
|
@@ -264,7 +264,7 @@ jobs:
|
264 | 264 | DOTNET_TEST: ${{ matrix.database }}
|
265 | 265 | steps:
|
266 | 266 | - name: Checkout repository
|
267 |
| - uses: actions/checkout@v3 |
| 267 | + uses: actions/checkout@v4 |
268 | 268 | with:
|
269 | 269 | fetch-depth: 0
|
270 | 270 |
|
@@ -329,7 +329,7 @@ jobs:
|
329 | 329 |
|
330 | 330 | steps:
|
331 | 331 | - name: Checkout repository
|
332 |
| - uses: actions/checkout@v3 |
| 332 | + uses: actions/checkout@v4 |
333 | 333 | with:
|
334 | 334 | fetch-depth: 0
|
335 | 335 |
|
@@ -468,7 +468,7 @@ jobs:
|
468 | 468 | env:
|
469 | 469 | SEMVER: ${{ needs.calc-version.outputs.semVer }}
|
470 | 470 | steps:
|
471 |
| - - uses: actions/checkout@v3 |
| 471 | + - uses: actions/checkout@v4 |
472 | 472 | with:
|
473 | 473 | fetch-depth: 0
|
474 | 474 |
|
@@ -555,7 +555,7 @@ jobs:
|
555 | 555 | MAJORMINORPATCH: ${{ needs.calc-version.outputs.majorMinorPatch }}
|
556 | 556 |
|
557 | 557 | steps:
|
558 |
| - - uses: actions/checkout@v3 |
| 558 | + - uses: actions/checkout@v4 |
559 | 559 | with:
|
560 | 560 | fetch-depth: 0
|
561 | 561 |
|
|
0 commit comments