From eca7a747ae3fc5021121eb86c765690f2a2e1c39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 22:28:24 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 1.8.1 to 2.0.0 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1.8.1 to 2.0.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v1.8.1...v2.0.0) --- 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6b12358..7ea6f44 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: lfs: true fetch-depth: 0 - name: 'Install .NET Core SDK' - uses: actions/setup-dotnet@v1.8.1 + uses: actions/setup-dotnet@v2.0.0 - name: 'Dotnet Tool Restore' run: dotnet tool restore shell: pwsh