Skip to content

Commit 3d6d4f1

Browse files
Merge pull request #1070 from microsoftgraph/dependabot/github_actions/actions/setup-dotnet-5.0.1
build(deps): bump actions/setup-dotnet from 5.0.0 to 5.0.1
2 parents 1962c45 + 5b8d91c commit 3d6d4f1

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

0 commit comments

Comments
 (0)