Skip to content

Commit

Permalink
Merge pull request #520 from microsoftgraph/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/setup-dotnet-4.0.0

Bump actions/setup-dotnet from 3.2.0 to 4.0.0
  • Loading branch information
andrueastman authored Dec 5, 2023
2 parents 1559215 + ca939c3 commit 1fb3d68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/metadata-parser-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
submodules: recursive

- name: Setup .NET
uses: actions/setup-dotnet@v3.2.0
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 7.0.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openapi-parser-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
submodules: recursive
- name: Setup .NET
uses: actions/setup-dotnet@v3.2.0
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 7.0.x
- name: Validate latest OpenAPI docs
Expand Down

0 comments on commit 1fb3d68

Please sign in to comment.