Skip to content

Commit 2221169

Browse files
Merge pull request #1084 from microsoftgraph/dependabot/github_actions/actions/setup-dotnet-5.1.0
build(deps): bump actions/setup-dotnet from 5.0.1 to 5.1.0
2 parents 9be868c + 24f8f8d commit 2221169

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
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v6
2323
- name: Setup .NET
24-
uses: actions/setup-dotnet@v5.0.1
24+
uses: actions/setup-dotnet@v5.1.0
2525
with:
2626
dotnet-version: 8.x
2727
- name: Restore dependencies

0 commit comments

Comments
 (0)