diff --git a/.github/actions/dotnet-test-build/action.yml b/.github/actions/dotnet-test-build/action.yml index 1a791a48..3e45c1a8 100644 --- a/.github/actions/dotnet-test-build/action.yml +++ b/.github/actions/dotnet-test-build/action.yml @@ -5,13 +5,6 @@ runs: using: "composite" steps: - - uses: actions/setup-dotnet@v4 - with: - dotnet-quality: ga - dotnet-version: | - 9.0 - 10.0.x - - uses: actions/cache@v4 with: key: ${{ runner.os }}-nuget-${{ hashFiles('net/**/*.csproj') }}