From 1639f07c2b5b538d746835d1bf9f5ac77f208b82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Nov 2021 14:09:53 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 1.8.2 to 1.9.0 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1.8.2 to 1.9.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v1.8.2...v1.9.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 46cfe2f2..a7c254f7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,15 +34,15 @@ jobs: lfs: true fetch-depth: 0 - name: "Install .NET Core 3.1 SDK" - uses: actions/setup-dotnet@v1.8.2 + uses: actions/setup-dotnet@v1.9.0 with: dotnet-version: "3.1.x" - name: "Install .NET Core 5.0 SDK" - uses: actions/setup-dotnet@v1.8.2 + uses: actions/setup-dotnet@v1.9.0 with: dotnet-version: "5.0.x" - name: "Install .NET Core SDK" - uses: actions/setup-dotnet@v1.8.2 + uses: actions/setup-dotnet@v1.9.0 - name: "Dotnet Tool Restore" run: dotnet tool restore shell: pwsh