Skip to content

Commit

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

Bump actions/setup-dotnet from 3.0.0 to 3.0.1
  • Loading branch information
baywet authored Oct 4, 2022
2 parents 4791c3a + a799ac5 commit b2ad507
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@v3.0.0
uses: actions/setup-dotnet@v3.0.1
with:
dotnet-version: 6.0.x
- name: Initialize CodeQL
Expand Down

0 comments on commit b2ad507

Please sign in to comment.