From 98dc9529deb1bbd9ef10b25b2248dd3fcccf329a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 12:54:15 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps)!:=20update=20actions/setup-dotnet?= =?UTF-8?q?=20(v4.3.1=20=E2=86=92=20v5.0.0)=20(#236)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 96035ae..0beb0d6 100644 --- a/csharp-build/action.yml +++ b/csharp-build/action.yml @@ -22,7 +22,7 @@ runs: default-version: '7.0' - name: Setup .NET SDK - uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1 + uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0 with: dotnet-version: '${{ steps.detect-dotnet-version.outputs.dotnet-version }}' diff --git a/csharp-lint-check/action.yml b/csharp-lint-check/action.yml index 8779492..3003fc3 100644 --- a/csharp-lint-check/action.yml +++ b/csharp-lint-check/action.yml @@ -22,7 +22,7 @@ runs: default-version: '7.0' - name: Setup .NET SDK - uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1 + uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0 with: dotnet-version: '${{ steps.detect-dotnet-version.outputs.dotnet-version }}' diff --git a/csharp-publish/action.yml b/csharp-publish/action.yml index 14303c2..4d1244d 100644 --- a/csharp-publish/action.yml +++ b/csharp-publish/action.yml @@ -26,7 +26,7 @@ runs: default-version: '7.0' - name: Setup .NET SDK - uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1 + uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0 with: dotnet-version: '${{ steps.detect-dotnet-version.outputs.dotnet-version }}'