File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636
3737 steps :
3838 - name : Checkout repository
39- uses : actions/checkout@v4
39+ uses : actions/checkout@v3
4040 with :
4141 fetch-depth : 0
4242 - uses : actions/setup-dotnet@v4
9595 runs-on : ubuntu-latest
9696 steps :
9797 - name : Set up JDK 17
98- uses : actions/setup-java@v4
98+ uses : actions/setup-java@v3
9999 with :
100100 distribution : ' zulu'
101101 java-version : ' 17'
@@ -112,7 +112,7 @@ jobs:
112112 restore-keys : |
113113 ${{ runner.os }}-nuget
114114
115- - uses : actions/checkout@v4
115+ - uses : actions/checkout@v3
116116 with :
117117 fetch-depth : 0
118118
@@ -189,7 +189,7 @@ jobs:
189189
190190 steps :
191191 - name : Checkout repository
192- uses : actions/checkout@v4
192+ uses : actions/checkout@v3
193193 with :
194194 fetch-depth : 0
195195
@@ -329,7 +329,7 @@ jobs:
329329 MAJORMINORPATCH : ${{ needs.build.outputs.MajorMinorPatch }}
330330
331331 steps :
332- - uses : actions/checkout@v4
332+ - uses : actions/checkout@v3
333333 with :
334334 fetch-depth : 0
335335
Original file line number Diff line number Diff line change @@ -53,4 +53,4 @@ major-version-bump-message: '\+semver:\s?(breaking|major)'
5353minor-version-bump-message : ' \+semver:\s?(feature|minor)'
5454patch-version-bump-message : ' \+semver:\s?(fix|patch)'
5555update-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
1241112411
1241212412
1241312413
12414-
12415-
12416-
1241712414
1241812415
1241912416
@@ -12431,6 +12428,7 @@ Skip to content
1243112428
1243212429
1243312430
12431+ Navigation Menu
1243412432
1243512433Navigation Menu
1243612434
@@ -12862,7 +12860,6 @@ Repositories
1286212860
1286312861
1286412862
12865-
1286612863 Enterprise
1286712864
1286812865
@@ -12877,7 +12874,6 @@ Repositories
1287712874
1287812875
1287912876
12880-
1288112877Enterprise platform
1288212878 AI-powered developer platform
1288312879
@@ -12922,7 +12918,6 @@ Premium Support
1292212918
1292312919
1292412920
12925-
1292612921Pricing
1292712922
1292812923
@@ -13013,7 +13008,6 @@ Clear
1301313008
1301413009
1301513010
13016-
1301713011
1301813012
1301913013
@@ -58919,6 +58913,8 @@ Fork
5891958913
5892058914
5892158915
58916+
58917+
5892258918Code
5892358919
5892458920
You can’t perform that action at this time.
0 commit comments