Update github actions

This commit is contained in:
crobibero 2020-12-16 10:51:55 -07:00
parent f1036d5c15
commit a8a8d41bee

View File

@ -14,7 +14,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.x
dotnet-version: 5.0.x
- name: Install dependencies
run: dotnet restore
- name: Build