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

Commit 47940be

Browse files
authored
Merge pull request #34 from microsoftgraph/dependabot/github_actions/actions/setup-dotnet-2
Bump actions/setup-dotnet from 1 to 2
2 parents 1f2dbbf + afeda87 commit 47940be

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
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
submodules: true
1313
- name: Setup .NET Core SDK 6
14-
uses: actions/setup-dotnet@v1
14+
uses: actions/setup-dotnet@v2
1515
with:
1616
dotnet-version: 6.x
1717
- name: Add NuGet kiota source

.github/workflows/release-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
submodules: true
2525
- name: Setup .NET Core SDK 6
26-
uses: actions/setup-dotnet@v1
26+
uses: actions/setup-dotnet@v2
2727
with:
2828
dotnet-version: 6.x
2929
- name: Add NuGet kiota source

0 commit comments

Comments
 (0)