From c48ccd63be4fb34700e99d5b162f3a534c08aa32 Mon Sep 17 00:00:00 2001 From: Archomeda Date: Sat, 14 Mar 2020 00:01:10 +0100 Subject: [PATCH] Use .NET Core 3.1.102 for CI --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/pr.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54260f7d4..c0b49ff4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: fail-fast: false matrix: dotnet: - - "3.1.101" + - "3.1.102" os: - ubuntu-latest - windows-latest @@ -51,7 +51,7 @@ jobs: fail-fast: false matrix: dotnet: - - "3.1.101" + - "3.1.102" steps: - uses: actions/checkout@v1 - uses: actions/download-artifact@v1 @@ -93,10 +93,10 @@ jobs: fail-fast: false matrix: dotnet: - - "3.1.101" + - "3.1.102" steps: - uses: actions/checkout@v1 - - uses: actions/setup-dotnet@v1.0.2 # Explicitly use v1.0.2 because of actions/setup-dotnet#29 + - uses: actions/setup-dotnet@v1 name: Install .NET Core ${{ matrix.dotnet }} with: dotnet-version: ${{ matrix.dotnet }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d11bd1dfa..f71bafdc1 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: dotnet: - - "3.1.101" + - "3.1.102" os: - ubuntu-latest - windows-latest