Skip to content

Commit

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

Bump actions/setup-dotnet from 2.1.1 to 3.0.0
  • Loading branch information
andrueastman authored Sep 30, 2022
2 parents c86f030 + fb639fd commit 4791c3a
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/checkout@v3.0.2
- name: Setup .NET
uses: actions/setup-dotnet@v2.1.1
uses: actions/setup-dotnet@v3.0.0
with:
dotnet-version: 6.0.x
- name: Initialize CodeQL
Expand Down

0 comments on commit 4791c3a

Please sign in to comment.