Skip to content

Commit dce57e3

Browse files
Merge pull request #983 from microsoftgraph/dependabot/github_actions/actions/setup-dotnet-4.3.1
build(deps): bump actions/setup-dotnet from 4.3.0 to 4.3.1
2 parents 5e5e6d0 + 4fa73d9 commit dce57e3

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@v4.2.2
2323
- name: Setup .NET
24-
uses: actions/setup-dotnet@v4.3.0
24+
uses: actions/setup-dotnet@v4.3.1
2525
with:
2626
dotnet-version: 8.x
2727
- name: Restore dependencies

0 commit comments

Comments
 (0)