Skip to content

Commit 36aee26

Browse files
authored
Merge pull request #148 from microsoft/dependabot/github_actions/actions/setup-dotnet-6
Bump actions/setup-dotnet from 5 to 6
2 parents 8f91c0f + 3d1944b commit 36aee26

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626
- name: Setup .NET
27-
uses: actions/setup-dotnet@v5
27+
uses: actions/setup-dotnet@v6
2828
with:
2929
dotnet-version: 9.0.x
3030
- name: Install and Configure Keyring
@@ -100,7 +100,7 @@ jobs:
100100
with:
101101
fetch-depth: 0
102102
- name: Setup .NET
103-
uses: actions/setup-dotnet@v5
103+
uses: actions/setup-dotnet@v6
104104
with:
105105
dotnet-version: 9.0.x
106106
- name: Add msbuild to PATH

0 commit comments

Comments
 (0)