From d972f4fa2e93bf644d5b51497b0acdbef9f59afa Mon Sep 17 00:00:00 2001 From: WonYoung Choi Date: Wed, 23 Sep 2020 08:58:39 +0900 Subject: [PATCH] [Build] Fix build errors in github actions (#2041) * Update build-branches.yml * Update build-pull-request.yml --- .github/workflows/build-branches.yml | 2 +- .github/workflows/build-pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-branches.yml b/.github/workflows/build-branches.yml index 302afff..a4a4d7d 100644 --- a/.github/workflows/build-branches.yml +++ b/.github/workflows/build-branches.yml @@ -21,7 +21,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 3.1.x + dotnet-version: 3.1.402 - name: Build run: ./build.sh full diff --git a/.github/workflows/build-pull-request.yml b/.github/workflows/build-pull-request.yml index c98b20c..f91e5a8 100644 --- a/.github/workflows/build-pull-request.yml +++ b/.github/workflows/build-pull-request.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 3.1.x + dotnet-version: 3.1.402 - name: Get Changed Files uses: lots0logs/gh-action-get-changed-files@2.1.4 -- 2.7.4