From b834ae54259fcf909ae2dbb10f5e7261ee113c37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 15:00:14 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 4 to 5 in /.github/workflows Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/msi-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/msi-build.yml b/.github/workflows/msi-build.yml index ea34d71..ee5fca4 100644 --- a/.github/workflows/msi-build.yml +++ b/.github/workflows/msi-build.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v6 - name: Setup .NET SDK - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: 10.0.x