From 5378420242bdc600b7cc11d15ce7d6d069dcc9d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 10:07:50 +0000 Subject: [PATCH] =?UTF-8?q?fix(github-action):=20update=20actions/setup-do?= =?UTF-8?q?tnet=20(v4.3.0=20=E2=86=92=20v4.3.1)=20(#82)?= 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> Co-authored-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 14300ab..96634a8 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@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0 + uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1 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 85241fa..f86975e 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@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0 + uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1 with: dotnet-version: '${{ steps.detect-dotnet-version.outputs.dotnet-version }}' diff --git a/csharp-publish/action.yml b/csharp-publish/action.yml index 1ed7475..14303c2 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@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0 + uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1 with: dotnet-version: '${{ steps.detect-dotnet-version.outputs.dotnet-version }}'