Skip to content

Commit 5c99944

Browse files
Bump actions/setup-dotnet from 5 to 6
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5 to 6. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5160742 commit 5c99944

10 files changed

Lines changed: 13 additions & 13 deletions

.github/workflows/analyze-hang-dump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@v7
4040

4141
- name: Setup .NET
42-
uses: actions/setup-dotnet@v5
42+
uses: actions/setup-dotnet@v6
4343
with:
4444
dotnet-version: |
4545
8.0.x

.github/workflows/api-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727

2828
- name: Setup .NET Core
29-
uses: actions/setup-dotnet@v5
29+
uses: actions/setup-dotnet@v6
3030
with:
3131
dotnet-version: 10.x
3232
dotnet-quality: 'ga'

.github/workflows/build-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 0 # GitVersion.MsBuild needs full history
3232

3333
- name: Setup .NET Core
34-
uses: actions/setup-dotnet@v5
34+
uses: actions/setup-dotnet@v6
3535
with:
3636
dotnet-version: 10.x
3737
dotnet-quality: 'ga'

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0 # GitVersion.MsBuild needs full history
2929

3030
- name: Setup .NET Core
31-
uses: actions/setup-dotnet@v5
31+
uses: actions/setup-dotnet@v6
3232
with:
3333
dotnet-version: 10.x
3434
dotnet-quality: ga

.github/workflows/perf-gate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: 0 # GitVersion needs full history
3131

3232
- name: Setup .NET
33-
uses: actions/setup-dotnet@v5
33+
uses: actions/setup-dotnet@v6
3434
with:
3535
dotnet-version: 10.x
3636
dotnet-quality: 'ga'
@@ -78,7 +78,7 @@ jobs:
7878
fetch-depth: 0
7979

8080
- name: Setup .NET
81-
uses: actions/setup-dotnet@v5
81+
uses: actions/setup-dotnet@v6
8282
with:
8383
dotnet-version: 10.x
8484
dotnet-quality: 'ga'

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
id: gitversion # step id used as reference for output values
4444

4545
- name: Setup dotnet
46-
uses: actions/setup-dotnet@v5
46+
uses: actions/setup-dotnet@v6
4747
with:
4848
dotnet-version: 10.x
4949
dotnet-quality: 'ga'

.github/workflows/quick-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v7
2222

2323
- name: Setup .NET Core
24-
uses: actions/setup-dotnet@v5
24+
uses: actions/setup-dotnet@v6
2525
with:
2626
dotnet-version: 10.x
2727
dotnet-quality: 'ga'

.github/workflows/stress-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0 # GitVersion.MsBuild needs full history
2727

2828
- name: Setup .NET Core
29-
uses: actions/setup-dotnet@v5
29+
uses: actions/setup-dotnet@v6
3030
with:
3131
dotnet-version: 10.x
3232
dotnet-quality: 'ga'
@@ -71,7 +71,7 @@ jobs:
7171
fetch-depth: 0 # GitVersion.MsBuild needs full history
7272

7373
- name: Setup .NET Core
74-
uses: actions/setup-dotnet@v5
74+
uses: actions/setup-dotnet@v6
7575
with:
7676
dotnet-version: 10.x
7777
dotnet-quality: 'ga'

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: 0 # GitVersion.MsBuild needs full history
3131

3232
- name: Setup .NET Core
33-
uses: actions/setup-dotnet@v5
33+
uses: actions/setup-dotnet@v6
3434
with:
3535
dotnet-version: 10.x
3636
dotnet-quality: 'ga'
@@ -90,7 +90,7 @@ jobs:
9090
fetch-depth: 0 # GitVersion.MsBuild needs full history
9191

9292
- name: Setup .NET Core
93-
uses: actions/setup-dotnet@v5
93+
uses: actions/setup-dotnet@v6
9494
with:
9595
dotnet-version: 10.x
9696
dotnet-quality: 'ga'

.github/workflows/validate-doc-snippets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fetch-depth: 0 # GitVersion.MsBuild needs full history
3939

4040
- name: Setup .NET Core
41-
uses: actions/setup-dotnet@v5
41+
uses: actions/setup-dotnet@v6
4242
with:
4343
dotnet-version: 10.x
4444
dotnet-quality: 'ga'

0 commit comments

Comments
 (0)