Skip to content

Commit

Permalink
Merge pull request #250 from bervProject/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-dotnet-4

build(deps): Bump actions/setup-dotnet from 3 to 4
  • Loading branch information
mergify[bot] authored Jan 1, 2024
2 parents f76a57d + 28612f7 commit c4bf93a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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.0.x"
dotnet-quality: 'preview'
Expand All @@ -35,7 +35,7 @@ jobs:
with:
languages: csharp
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: "8.0.x"
dotnet-quality: 'preview'
Expand Down

0 comments on commit c4bf93a

Please sign in to comment.