diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 98b478e..a8db56f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -25,7 +25,7 @@ jobs: if: ${{ matrix.language == 'csharp' }} uses: actions/setup-dotnet@v4 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Initialize CodeQL uses: github/codeql-action/init@v3 with: diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 6317ca7..20c1c1d 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -14,7 +14,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Restore dependencies run: dotnet restore - name: Build diff --git a/.github/workflows/main_smart-bot-ai.yml b/.github/workflows/main_smart-bot-ai.yml index ce14846..751e0f5 100644 --- a/.github/workflows/main_smart-bot-ai.yml +++ b/.github/workflows/main_smart-bot-ai.yml @@ -19,7 +19,7 @@ jobs: - name: Set up .NET Core uses: actions/setup-dotnet@v4 with: - dotnet-version: '7.0.x' + dotnet-version: '8.0.x' dotnet-quality: 'preview' - name: Build with dotnet