File tree Expand file tree Collapse file tree 3 files changed +9
-13
lines changed Expand file tree Collapse file tree 3 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 36
36
37
37
steps :
38
38
- name : Checkout repository
39
- uses : actions/checkout@v4
39
+ uses : actions/checkout@v3
40
40
with :
41
41
fetch-depth : 0
42
42
- uses : actions/setup-dotnet@v4
95
95
runs-on : ubuntu-latest
96
96
steps :
97
97
- name : Set up JDK 17
98
- uses : actions/setup-java@v4
98
+ uses : actions/setup-java@v3
99
99
with :
100
100
distribution : ' zulu'
101
101
java-version : ' 17'
@@ -112,7 +112,7 @@ jobs:
112
112
restore-keys : |
113
113
${{ runner.os }}-nuget
114
114
115
- - uses : actions/checkout@v4
115
+ - uses : actions/checkout@v3
116
116
with :
117
117
fetch-depth : 0
118
118
@@ -189,7 +189,7 @@ jobs:
189
189
190
190
steps :
191
191
- name : Checkout repository
192
- uses : actions/checkout@v4
192
+ uses : actions/checkout@v3
193
193
with :
194
194
fetch-depth : 0
195
195
@@ -329,7 +329,7 @@ jobs:
329
329
MAJORMINORPATCH : ${{ needs.build.outputs.MajorMinorPatch }}
330
330
331
331
steps :
332
- - uses : actions/checkout@v4
332
+ - uses : actions/checkout@v3
333
333
with :
334
334
fetch-depth : 0
335
335
Original file line number Diff line number Diff line change @@ -53,4 +53,4 @@ major-version-bump-message: '\+semver:\s?(breaking|major)'
53
53
minor-version-bump-message : ' \+semver:\s?(feature|minor)'
54
54
patch-version-bump-message : ' \+semver:\s?(fix|patch)'
55
55
update-build-number : false
56
- next-version : 2.0.4
56
+ next-version : 2.0.4
Original file line number Diff line number Diff line change @@ -12411,9 +12411,6 @@ core/license-information.md at main · dotnet/core · GitHub
12411
12411
12412
12412
12413
12413
12414
-
12415
-
12416
-
12417
12414
12418
12415
12419
12416
@@ -12431,6 +12428,7 @@ Skip to content
12431
12428
12432
12429
12433
12430
12431
+ Navigation Menu
12434
12432
12435
12433
Navigation Menu
12436
12434
@@ -12862,7 +12860,6 @@ Repositories
12862
12860
12863
12861
12864
12862
12865
-
12866
12863
Enterprise
12867
12864
12868
12865
@@ -12877,7 +12874,6 @@ Repositories
12877
12874
12878
12875
12879
12876
12880
-
12881
12877
Enterprise platform
12882
12878
AI-powered developer platform
12883
12879
@@ -12922,7 +12918,6 @@ Premium Support
12922
12918
12923
12919
12924
12920
12925
-
12926
12921
Pricing
12927
12922
12928
12923
@@ -13013,7 +13008,6 @@ Clear
13013
13008
13014
13009
13015
13010
13016
-
13017
13011
13018
13012
13019
13013
@@ -58919,6 +58913,8 @@ Fork
58919
58913
58920
58914
58921
58915
58916
+
58917
+
58922
58918
Code
58923
58919
58924
58920
You can’t perform that action at this time.
0 commit comments