chore: 更新 github action sdk 版本

This commit is contained in:
Argo-Unicom 2021-02-12 11:51:18 +08:00
parent d83a96ed63
commit 1b59098fa4
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.101
dotnet-version: 5.0.103
- name: Build with dotnet
run: dotnet build src/admin/Bootstrap.Admin/ --configuration Release