Skip to content

Commit 1a2a77c

Browse files
Update actions/setup-dotnet action to v3.3.0
1 parent 15c196d commit 1a2a77c

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.3
13+
uses: actions/setup-dotnet@v3.3.0
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)