From 19eccc0ac6c0361ec6e970049a2d374f253495b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 19:33:00 +0000 Subject: [PATCH] Update actions/setup-dotnet action to v4.3.1 --- .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 0726ca34..1de2e2fc 100644 --- a/.github/actions/test-dotnet/action.yml +++ b/.github/actions/test-dotnet/action.yml @@ -32,7 +32,7 @@ runs: - name: Setup .NET Core # if: ${{ steps.cache-dotnet.outputs.cache-hit != 'true' }} - uses: actions/setup-dotnet@v4.1.0 + uses: actions/setup-dotnet@v4.3.1 with: dotnet-version: ${{ inputs.DOTNET_VERSION }} env: