Skip to content

Commit

Permalink
Update actions/setup-dotnet action to v3.0.1 (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 9, 2022
1 parent a74b0f2 commit b521aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v3.0.0
uses: actions/setup-dotnet@v3.0.1
- name: Build with dotnet
run: cd src && dotnet build --configuration Release
- name: Unit test with coverage report
Expand Down

0 comments on commit b521aac

Please sign in to comment.