Skip to content

Commit 03cda9c

Browse files
Merge pull request #3131 from microsoftgraph/dependabot/github_actions/actions/setup-dotnet-5.3.0
chore(deps): Bump actions/setup-dotnet from 5.2.0 to 5.3.0
2 parents b6019b0 + 863bdf7 commit 03cda9c

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
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v6
2222
- name: Setup .NET
23-
uses: actions/setup-dotnet@v5.2.0
23+
uses: actions/setup-dotnet@v5.3.0
2424
with:
2525
dotnet-version: 8.x
2626
- name: Initialize CodeQL

0 commit comments

Comments
 (0)