From 5bb31777cb3076e7fcbce0eae4762aafa2dd6024 Mon Sep 17 00:00:00 2001 From: Romain Marcadier Date: Tue, 22 Sep 2020 10:43:33 +0200 Subject: [PATCH] pin to setup-dotnet 1.6.0 The current version (1.7.0) fails to install our required versions correctly (see actions/setup-dotnet#128). Pinning to the previous release until that gets fixed. --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 83ed3fef9e..fac802ced9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: steps: # Set up all of our standard runtimes - name: Set up .NET 3.1 - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v1.6.0 with: dotnet-version: '3.1.x' - name: Set up Java 8 @@ -97,7 +97,7 @@ jobs: steps: # Set up all of our standard runtimes - name: Set up .NET 3.1 - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v1.6.0 with: dotnet-version: '3.1.x' - name: Set up Java 8 @@ -231,7 +231,7 @@ jobs: steps: # Set up all of our standard runtimes (this is matrix-based) - name: Set up .NET ${{ matrix.dotnet }} - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v1.6.0 with: dotnet-version: ${{ matrix.dotnet }} - name: Set up Java ${{ matrix.java }} @@ -312,7 +312,7 @@ jobs: steps: # Set up all of our standard runtimes - name: Set up .NET 3.1 - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v1.6.0 with: dotnet-version: '3.1.x' - name: Set up Java 8