From 2525d0fb36145c0c482d7aec367731fafd9b7e16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Wed, 12 Oct 2022 16:28:16 +0200 Subject: [PATCH] Testing with wildcard version where the latest is installed --- .github/actions/setup-dotnet/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-dotnet/action.yml b/.github/actions/setup-dotnet/action.yml index e011b485f..15e660865 100644 --- a/.github/actions/setup-dotnet/action.yml +++ b/.github/actions/setup-dotnet/action.yml @@ -26,4 +26,4 @@ runs: - name: Set up .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: ${{ inputs.dotnet-version }} + dotnet-version: 5.0.x