Skip to content

Commit e4d05e1

Browse files
Merge pull request #3036 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 859f428 + 3e81f63 commit e4d05e1

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/checkout@v6
2222
- name: Setup .NET
23-
uses: actions/[email protected].0
23+
uses: actions/[email protected].1
2424
with:
2525
dotnet-version: 8.x
2626
- name: Initialize CodeQL

0 commit comments

Comments
 (0)