From b90033815c6e1cd8735ec985d0f2f548697fd6ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 00:45:11 +0200 Subject: [PATCH] =?UTF-8?q?feat(github-action)!:=20Update=20actions/setup-?= =?UTF-8?q?dotnet=20(v3=20=E2=86=92=20v4)=20(#5)?= 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 8f37f30..de4a71f 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@v3 + uses: actions/setup-dotnet@v4 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 324b4c2..ac64f43 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@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: '${{ steps.detect-dotnet-version.outputs.dotnet-version }}' diff --git a/csharp-publish/action.yml b/csharp-publish/action.yml index 0da1383..4d13ee3 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@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: '${{ steps.detect-dotnet-version.outputs.dotnet-version }}'