Skip to content

Commit b231eb0

Browse files
authored
Merge pull request #1538 from microsoftgraph/dependabot/github_actions/actions/setup-dotnet-3.0.3
Bump actions/setup-dotnet from 3.0.2 to 3.0.3
2 parents 82545dd + d90b281 commit b231eb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validatePullRequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3.1.0
1717
- name: Setup .NET
18-
uses: actions/setup-dotnet@v3.0.2
18+
uses: actions/setup-dotnet@v3.0.3
1919
with:
2020
dotnet-version: 6.0.x
2121
- name: Initialize CodeQL

0 commit comments

Comments
 (0)