From 5a9b5192f6f9ea6ac23ecd2ba66fa51139bfc0c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 16:05:36 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 4.0.1 to 4.2.0 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.0.1 to 4.2.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/6bd8b7f7774af54e05809fcc5431931b3eb1ddee...87b7050bc53ea08284295505d98d2aa94301e852) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/msbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 1087c38..4812a24 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -40,7 +40,7 @@ jobs: with: repository: ${{ inputs.repository }} - name: Setup dotnet - uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee #v4.0.1 + uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 #v4.2.0 with: dotnet-version: ${{ inputs.dotnet_version }} - name: Disable problem matcher