From 9722f0ecc72026b8727d463dd9dcb9cc7a0834d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 08:09:22 +0000 Subject: [PATCH] Bump timheuer/bootstrap-dotnet from 1 to 2 in /.github/workflows Bumps [timheuer/bootstrap-dotnet](https://github.com/timheuer/bootstrap-dotnet) from 1 to 2. - [Release notes](https://github.com/timheuer/bootstrap-dotnet/releases) - [Commits](https://github.com/timheuer/bootstrap-dotnet/compare/v1...v2) --- updated-dependencies: - dependency-name: timheuer/bootstrap-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 7f83649..1ea314e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup .NET build dependencies - uses: timheuer/bootstrap-dotnet@v1 + uses: timheuer/bootstrap-dotnet@v2 with: nuget: 'false' sdk: 'false'