Skip to content

Commit 6a2a8d6

Browse files
committed
Merge branch 'main' into release/2.0.4
Signed-off-by: Victor Chang <[email protected]>
2 parents 856956c + c08dcc0 commit 6a2a8d6

File tree

3 files changed

+9
-13
lines changed

3 files changed

+9
-13
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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
@@ -95,7 +95,7 @@ jobs:
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

GitVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ major-version-bump-message: '\+semver:\s?(breaking|major)'
5353
minor-version-bump-message: '\+semver:\s?(feature|minor)'
5454
patch-version-bump-message: '\+semver:\s?(fix|patch)'
5555
update-build-number: false
56-
next-version: 2.0.4
56+
next-version: 2.0.4

third-party-licenses.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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

1243512433
Navigation Menu
1243612434

@@ -12862,7 +12860,6 @@ Repositories
1286212860

1286312861

1286412862

12865-
1286612863
Enterprise
1286712864

1286812865

@@ -12877,7 +12874,6 @@ Repositories
1287712874

1287812875

1287912876

12880-
1288112877
Enterprise platform
1288212878
AI-powered developer platform
1288312879

@@ -12922,7 +12918,6 @@ Premium Support
1292212918

1292312919

1292412920

12925-
1292612921
Pricing
1292712922

1292812923

@@ -13013,7 +13008,6 @@ Clear
1301313008

1301413009

1301513010

13016-
1301713011

1301813012

1301913013

@@ -58919,6 +58913,8 @@ Fork
5891958913

5892058914

5892158915

58916+
58917+
5892258918
Code
5892358919

5892458920

0 commit comments

Comments
 (0)