From d7d0571192ec0db276797f6eb1e94cca527730e2 Mon Sep 17 00:00:00 2001 From: konstantin Date: Wed, 15 Jan 2025 16:08:23 +0100 Subject: [PATCH] chore(ci): use .NET8 in "pushfeature" action (#641) chore: use .NET8 in "pushfeature" action Co-authored-by: Konstantin --- .github/workflows/feature_branches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/feature_branches.yml b/.github/workflows/feature_branches.yml index 7199d5bb..587b9a08 100644 --- a/.github/workflows/feature_branches.yml +++ b/.github/workflows/feature_branches.yml @@ -22,7 +22,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v4 with: - dotnet-version: 6.0.201 + dotnet-version: 8 - name: Build/Check for compile errors (dotnet build) run: dotnet build --configuration Release --version-suffix "${{github.sha}}" - name: Run Unit Tests (dotnet test)