From cce29dfd3d664bee76e8f7839683533542c53528 Mon Sep 17 00:00:00 2001 From: Peter Rekdal Khan-Sunde Date: Tue, 4 Jun 2024 20:45:07 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 38c8eda5..24d9b6d8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,8 +17,8 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: | - 6.0.422 - 8.0.300 + 6.0.423 + 8.0.301 - name: Install dependencies run: dotnet restore