Skip to content

Commit aa336cb

Browse files
Merge pull request #978 from microsoftgraph/dependabot/github_actions/actions/setup-dotnet-5
chore(deps): bump actions/setup-dotnet from 4 to 5
2 parents a8e13a6 + 51bd8da commit aa336cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
distribution: "adopt"
3939
java-version: 21
4040
- name: Setup .NET
41-
uses: actions/setup-dotnet@v4
41+
uses: actions/setup-dotnet@v5
4242
with:
4343
dotnet-version: |
4444
8.x

.github/workflows/validatePullRequest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v6
2525

2626
- name: Setup .NET
27-
uses: actions/setup-dotnet@v4
27+
uses: actions/setup-dotnet@v5
2828
with:
2929
dotnet-version: 6.0.x
3030

@@ -64,7 +64,7 @@ jobs:
6464
- uses: actions/checkout@v6
6565

6666
- name: Setup .NET
67-
uses: actions/setup-dotnet@v4
67+
uses: actions/setup-dotnet@v5
6868
with:
6969
dotnet-version: 9.x
7070

0 commit comments

Comments
 (0)