From a49a0f288d5aabf6404082bed7c2d4098decc0a3 Mon Sep 17 00:00:00 2001 From: Michael Sverdlov Date: Tue, 28 Jan 2025 18:36:34 +0200 Subject: [PATCH] Update nugetTests.yml --- .github/workflows/nugetTests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nugetTests.yml b/.github/workflows/nugetTests.yml index 688465904..74605fbeb 100644 --- a/.github/workflows/nugetTests.yml +++ b/.github/workflows/nugetTests.yml @@ -49,12 +49,12 @@ jobs: - name: Install .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: '6.x' + dotnet-version: '8.x' - name: Install NuGet uses: nuget/setup-nuget@v2 with: - nuget-version: '6.x' + nuget-version: '8.x' - name: Setup Go with cache uses: jfrog/.github/actions/install-go-with-cache@main