diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 8601a3fb..54c36875 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -28,7 +28,7 @@ jobs: name: Setup .NET uses: actions/setup-dotnet@v5 with: - dotnet-version: '10.0.200' + dotnet-version: '10.0.201' - name: Run tests run: dotnet test --framework net10.0 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e8729605..b473d8c0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,7 +24,7 @@ jobs: name: Setup .NET uses: actions/setup-dotnet@v5 with: - dotnet-version: '10.0.200' + dotnet-version: '10.0.201' - name: Checkout code uses: actions/checkout@v6 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 7e9b8b34..f819c180 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -37,7 +37,7 @@ jobs: dotnet-version: | 8.0.x 9.0.x - 10.0.200 + 10.0.201 - name: Login to Docker Hub if: ${{ github.event.pull_request.head.repo.fork == false }}