Skip to content

Commit 9f82b1d

Browse files
build(deps): 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 c835739 commit 9f82b1d

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# The library multi-targets net8.0/net9.0/net10.0, so all three SDKs are needed to build and
3333
# run-test every TFM. The latest SDK (10) drives the build.
3434
- name: Setup .NET (8 / 9 / 10)
35-
uses: actions/setup-dotnet@v5
35+
uses: actions/setup-dotnet@v6
3636
with:
3737
dotnet-version: |
3838
8.0.x
@@ -85,7 +85,7 @@ jobs:
8585
fetch-depth: 0
8686

8787
- name: Setup .NET 10
88-
uses: actions/setup-dotnet@v5
88+
uses: actions/setup-dotnet@v6
8989
with:
9090
dotnet-version: 10.0.x
9191

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v7
2727

2828
- name: Setup .NET (8 / 9 / 10)
29-
uses: actions/setup-dotnet@v5
29+
uses: actions/setup-dotnet@v6
3030
with:
3131
dotnet-version: |
3232
8.0.x

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# docfx compiles the projects to read the public API; the libraries multi-target
3737
# net8.0/net9.0/net10.0, so install all three SDKs.
3838
- name: Setup .NET (8 / 9 / 10)
39-
uses: actions/setup-dotnet@v5
39+
uses: actions/setup-dotnet@v6
4040
with:
4141
dotnet-version: |
4242
8.0.x

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 0
3535

3636
- name: Setup .NET (8 / 9 / 10)
37-
uses: actions/setup-dotnet@v5
37+
uses: actions/setup-dotnet@v6
3838
with:
3939
dotnet-version: |
4040
8.0.x
@@ -98,7 +98,7 @@ jobs:
9898
fetch-depth: 0
9999

100100
- name: Setup .NET 10
101-
uses: actions/setup-dotnet@v5
101+
uses: actions/setup-dotnet@v6
102102
with:
103103
dotnet-version: 10.0.x
104104

0 commit comments

Comments
 (0)