Skip to content

Commit

Permalink
Merge pull request #2241 from microsoftgraph/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/setup-dotnet-4.0.0

Bump actions/setup-dotnet from 3.2.0 to 4.0.0
  • Loading branch information
baywet authored Dec 5, 2023
2 parents 3c6cc8a + c1227ef commit 146a3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validatePullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Setup .NET
uses: actions/setup-dotnet@v3.2.0
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 6.0.x
- name: Initialize CodeQL
Expand Down

0 comments on commit 146a3ef

Please sign in to comment.