diff --git a/.github/workflows/build-sonar.yml b/.github/workflows/build-sonar.yml index df1cac8..587d87c 100644 --- a/.github/workflows/build-sonar.yml +++ b/.github/workflows/build-sonar.yml @@ -31,6 +31,11 @@ jobs: key: nuget-${{ secrets.cache-version }}-${{ hashFiles('**/*.csproj') }} restore-keys: | nuget-${{ secrets.cache-version }}- + - uses: actions/setup-dotnet@v4 + with: + dotnet-version: | + 8.x + 9.x - name: ➕ Add nugets source uses: unosquare/add-nuget-source@master with: