Skip to content

Commit 15c196d

Browse files
Update actions/setup-dotnet action to v3.0.3 (#24)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fcd1ea4 commit 15c196d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v3
1212
- name: Setup .NET Core SDK
13-
uses: actions/setup-dotnet@v3.0.1
13+
uses: actions/setup-dotnet@v3.0.3
1414
- name: Build with dotnet
1515
run: cd src && dotnet build --configuration Release
1616
- name: Unit test with coverage report

0 commit comments

Comments
 (0)