Skip to content

Commit c4c9ae4

Browse files
authored
Merge pull request #1499 from microsoftgraph/dependabot/github_actions/actions/setup-dotnet-2.1.1
Bump actions/setup-dotnet from 2.1.0 to 2.1.1
2 parents 9af2404 + 6ea423a commit c4c9ae4

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.0.2
1717
- name: Setup .NET
18-
uses: actions/setup-dotnet@v2.1.0
18+
uses: actions/setup-dotnet@v2.1.1
1919
with:
2020
dotnet-version: 6.0.x
2121
- name: Initialize CodeQL

0 commit comments

Comments
 (0)