Skip to content

Commit cce3ac1

Browse files
Merge pull request #2725 from microsoftgraph/dependabot/github_actions/actions/setup-dotnet-4.1.0
build(deps): bump actions/setup-dotnet from 4.0.1 to 4.1.0
2 parents c754392 + 1f4058a commit cce3ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validatePullRequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/[email protected]
2222
- name: Setup .NET
23-
uses: actions/setup-dotnet@v4.0.1
23+
uses: actions/setup-dotnet@v4.1.0
2424
with:
2525
dotnet-version: 6.0.x
2626
- name: Initialize CodeQL

0 commit comments

Comments
 (0)