From 16749674b4ab3baa3abf2f6109dad69c8912e90c Mon Sep 17 00:00:00 2001 From: "Shkar T. Noori" Date: Mon, 6 Mar 2023 13:25:15 +0300 Subject: [PATCH] Fixed tests --- .github/workflows/tests-base.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests-base.yaml b/.github/workflows/tests-base.yaml index cfd3a84..4dccf10 100644 --- a/.github/workflows/tests-base.yaml +++ b/.github/workflows/tests-base.yaml @@ -25,9 +25,9 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/setup-dotnet@v2 + - uses: actions/setup-dotnet@v3 with: - dotnet-version: "6.0.x" + dotnet-version: "7.0.x" - name: Run tests run: dotnet test