From 1ad8fd446afdd7788769e60e47600a7322ae54d1 Mon Sep 17 00:00:00 2001 From: Dmitry Ostrikov Date: Fri, 14 Jun 2024 14:35:18 +0700 Subject: [PATCH] build: use specific NET SDK version --- .github/workflows/composite/net/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/composite/net/action.yml b/.github/workflows/composite/net/action.yml index 2f71582..3ee78ce 100644 --- a/.github/workflows/composite/net/action.yml +++ b/.github/workflows/composite/net/action.yml @@ -16,7 +16,7 @@ runs: uses: actions/setup-dotnet@v3 if: runner.os == 'Windows' with: - dotnet-version: 6.x.x + dotnet-version: 6.0.423 - name: Dependency Caching uses: actions/cache@v3