Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 5d985c7

Browse files
authored
Merge pull request #183 from microsoftgraph/dependabot/github_actions/actions/setup-dotnet-3.0.0
Bump actions/setup-dotnet from 2 to 3.0.0
2 parents 91632a8 + 4facd29 commit 5d985c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
submodules: true
1717
- name: Setup .NET Core SDK 6
18-
uses: actions/setup-dotnet@v2
18+
uses: actions/setup-dotnet@v3.0.0
1919
with:
2020
dotnet-version: 6.x
2121
- name: Add NuGet kiota source

.github/workflows/release-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
ref: ${{github.event.inputs.tag || ''}}
3232
- name: Setup .NET Core SDK 6
33-
uses: actions/setup-dotnet@v2
33+
uses: actions/setup-dotnet@v3.0.0
3434
with:
3535
dotnet-version: 6.x
3636
- name: Add NuGet kiota source

0 commit comments

Comments
 (0)