Skip to content

Commit d07cbc5

Browse files
authored
Merge pull request #795 from microsoftgraph/dependabot/github_actions/actions/setup-dotnet-4.3.1
Bump actions/setup-dotnet from 4.3.0 to 4.3.1
2 parents 6655261 + 8b3c90d commit d07cbc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/metadata-parser-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
submodules: recursive
3232

3333
- name: Setup .NET
34-
uses: actions/[email protected].0
34+
uses: actions/[email protected].1
3535
with:
3636
dotnet-version: 8.0.x
3737

.github/workflows/openapi-parser-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
submodules: recursive
3333
- name: Setup .NET
34-
uses: actions/[email protected].0
34+
uses: actions/[email protected].1
3535
with:
3636
dotnet-version: 8.0.x
3737
- name: Validate latest OpenAPI docs

0 commit comments

Comments
 (0)