From 9969e466d84b63be3fc53e1d6f9d94473bbec0cf Mon Sep 17 00:00:00 2001 From: Tara Date: Mon, 9 Mar 2020 17:24:19 -0700 Subject: [PATCH] Update dotnetcore.yml --- .github/workflows/dotnetcore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 49682e0..10f1bb1 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -15,7 +15,7 @@ jobs: with: submodules: true - name: Setup .NET Core - uses: actions/setup-dotnet + uses: actions/setup-dotnet@v1.4.0 with: dotnet-version: 3.1.100 if: matrix.os == 'macOS-latest' || matrix.os == 'ubuntu-latest'