Skip to content

Commit

Permalink
Update actions/setup-dotnet action to v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 14, 2022
1 parent b521aac commit fe23d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v3.0.1
uses: actions/setup-dotnet@v3.0.2
- name: Build with dotnet
run: cd src && dotnet build --configuration Release
- name: Unit test with coverage report
Expand Down

0 comments on commit fe23d54

Please sign in to comment.