From 4f13d2ab43222de8e0524ae5cec26f32df652cef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 20:43:17 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20actions/setup-dotnet=20?= =?UTF-8?q?action=20(v5.1.0=20=E2=86=92=20v5.2.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- csharp-build/action.yml | 2 +- csharp-lint-check/action.yml | 2 +- csharp-publish/action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/csharp-build/action.yml b/csharp-build/action.yml index 04da496..99cf734 100644 --- a/csharp-build/action.yml +++ b/csharp-build/action.yml @@ -148,7 +148,7 @@ runs: echo "Final detected .NET version: $detected_version" >&2 - name: Setup .NET SDK - uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0 + uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0 with: dotnet-version: ${{ steps.detect-dotnet-version.outputs.detected-version }} cache: true diff --git a/csharp-lint-check/action.yml b/csharp-lint-check/action.yml index f6da2a6..9179e44 100644 --- a/csharp-lint-check/action.yml +++ b/csharp-lint-check/action.yml @@ -164,7 +164,7 @@ runs: echo "Final detected .NET version: $detected_version" >&2 - name: Setup .NET SDK - uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0 + uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0 with: dotnet-version: ${{ steps.detect-dotnet-version.outputs.detected-version }} cache: true diff --git a/csharp-publish/action.yml b/csharp-publish/action.yml index d9dbfa8..348062c 100644 --- a/csharp-publish/action.yml +++ b/csharp-publish/action.yml @@ -162,7 +162,7 @@ runs: echo "Final detected .NET version: $detected_version" >&2 - name: Setup .NET SDK - uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0 + uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0 with: dotnet-version: ${{ inputs.dotnet-version || steps.detect-dotnet-version.outputs.detected-version }} cache: true