From 2e806ae2065ce37a2fe864d1eaee8c4dc539dbfc Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 22 Jul 2020 13:44:30 +0000 Subject: [PATCH] Updating GHES workflows --- ci/dotnet-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/dotnet-core.yml b/ci/dotnet-core.yml index 03958b6..9ee1a7d 100644 --- a/ci/dotnet-core.yml +++ b/ci/dotnet-core.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 3.1.101 + dotnet-version: 3.1.301 - name: Install dependencies run: dotnet restore - name: Build