Skip to content

Commit

Permalink
Merge pull request #21 from RononDex/renovate/actions-setup-dotnet-3.x
Browse files Browse the repository at this point in the history
Update actions/setup-dotnet action to v3
  • Loading branch information
RononDex committed Mar 26, 2023
2 parents b567a00 + aa92ece commit e6609ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup .NET Core
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v3
with:
dotnet-version: 3.1.301
- name: Build
Expand Down

0 comments on commit e6609ec

Please sign in to comment.