diff --git a/.github/workflows/composite/net/action.yml b/.github/workflows/composite/net/action.yml index 2f71582..3ee78ce 100644 --- a/.github/workflows/composite/net/action.yml +++ b/.github/workflows/composite/net/action.yml @@ -16,7 +16,7 @@ runs: uses: actions/setup-dotnet@v3 if: runner.os == 'Windows' with: - dotnet-version: 6.x.x + dotnet-version: 6.0.423 - name: Dependency Caching uses: actions/cache@v3