Skip to content

Commit 6aa59d4

Browse files
Bump actions/setup-dotnet from 4 to 5 (#9878)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 141d69e commit 6aa59d4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cloud-support.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
repository: microsoftgraph/msgraph-cloud-support
3131
path: tool
3232
- name: Setup .NET
33-
uses: actions/setup-dotnet@v4
33+
uses: actions/setup-dotnet@v5
3434
with:
3535
dotnet-version: 10.x
3636
- name: Build cloud support tool

.github/workflows/generate-ref-toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
repository: microsoftgraph/msgraph-toc-gen
4242
path: tool
4343
- name: Setup .NET
44-
uses: actions/setup-dotnet@v4
44+
uses: actions/setup-dotnet@v5
4545
with:
4646
dotnet-version: 10.x
4747
- name: Build TOC generation tool

0 commit comments

Comments
 (0)