From eb345a376db8301fa55926848a26bb70e9760231 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Feb 2022 14:10:45 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 1.9.1 to 2 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1.9.1 to 2. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v1.9.1...v2) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 68b1f9e9..fca4380f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,13 +34,13 @@ jobs: lfs: true fetch-depth: 0 - name: "Install .NET SDK 3.1 & 5.0" - uses: actions/setup-dotnet@v1.9.1 + uses: actions/setup-dotnet@v2 with: dotnet-version: | 3.1.x 5.0.x - name: "Install .NET Core SDK" - uses: actions/setup-dotnet@v1.9.1 + uses: actions/setup-dotnet@v2 - name: "Dotnet Tool Restore" run: dotnet tool restore shell: pwsh