Skip to content

Commit

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

Bump actions/setup-dotnet from 3 to 4
  • Loading branch information
andrueastman authored Dec 5, 2023
2 parents b3ccab1 + eb3c304 commit a896c32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x
- name: Install dependencies
Expand Down

0 comments on commit a896c32

Please sign in to comment.