From b7f2347b0517c1ded1f9d7b38e318ba5a8bec158 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 17:15:01 +0000 Subject: [PATCH] Update actions/setup-dotnet action to v4.1.0 --- .github/actions/test-dotnet/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/test-dotnet/action.yml b/.github/actions/test-dotnet/action.yml index 695f9c5d..0e521f05 100644 --- a/.github/actions/test-dotnet/action.yml +++ b/.github/actions/test-dotnet/action.yml @@ -28,7 +28,7 @@ runs: - name: Setup .NET Core # if: ${{ steps.cache-dotnet.outputs.cache-hit != 'true' }} - uses: actions/setup-dotnet@v4.0.1 + uses: actions/setup-dotnet@v4.1.0 with: dotnet-version: ${{ inputs.DOTNET_VERSION }} env: