From a30327bb4490f53cba5b1058cea09ee9f5c43010 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 15:37:28 +0000 Subject: [PATCH] Update actions/setup-dotnet action to v4.0.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 72469278..695f9c5d 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.0 + uses: actions/setup-dotnet@v4.0.1 with: dotnet-version: ${{ inputs.DOTNET_VERSION }} env: