diff --git a/.github/workflows/samples-dotnet9.yaml b/.github/workflows/samples-dotnet9.yaml index d62221733340..8cf62974f721 100644 --- a/.github/workflows/samples-dotnet9.yaml +++ b/.github/workflows/samples-dotnet9.yaml @@ -43,7 +43,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-dotnet@v5.0.1 with: - dotnet-version: '9.0.101' + dotnet-version: '9.0.x' - name: Build working-directory: ${{ matrix.sample }} run: dotnet build Org.OpenAPITools.sln