From 29e22f668acea7d2dc7198db05c5d1ea2f09808b Mon Sep 17 00:00:00 2001 From: Vitalii Mikhailov Date: Sat, 30 Dec 2023 00:25:06 +0200 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0e312b7..ee76954 100644 --- a/action.yml +++ b/action.yml @@ -18,7 +18,7 @@ runs: fetch-depth: ${{inputs.fetch-depth}} - name: Setup .NET 6, 7, 8 - - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v3 with: dotnet-version: | 6.x.x