From 16609f246b2904b89a0fa064192049ec82653833 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 22:23:44 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 1.8.1 to 3.0.1 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1.8.1 to 3.0.1. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v1.8.1...v3.0.1) --- 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..0a854e6 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@v3.0.1 - name: 'Dotnet Tool Restore' run: dotnet tool restore shell: pwsh