diff --git a/.github/workflows/samples-aspnet-fastenpoints-server.yaml b/.github/workflows/samples-aspnet-fastenpoints-server.yaml index 89f930ec9861..f89cfadb1f3e 100644 --- a/.github/workflows/samples-aspnet-fastenpoints-server.yaml +++ b/.github/workflows/samples-aspnet-fastenpoints-server.yaml @@ -26,7 +26,7 @@ jobs: - samples/server/petstore/aspnet/fastendpoints-useValidators steps: - uses: actions/checkout@v5 - - uses: actions/setup-dotnet@v5.1.0 + - uses: actions/setup-dotnet@v5.2.0 with: dotnet-version: '8.0.x' - name: Build diff --git a/.github/workflows/samples-dotnet-petstore.yml b/.github/workflows/samples-dotnet-petstore.yml index 4fa674037806..360d1f12c59b 100644 --- a/.github/workflows/samples-dotnet-petstore.yml +++ b/.github/workflows/samples-dotnet-petstore.yml @@ -26,7 +26,7 @@ jobs: - samples/client/petstore/csharp/restsharp/standard2.0/Petstore/ steps: - uses: actions/checkout@v5 - - uses: actions/setup-dotnet@v5.1.0 + - uses: actions/setup-dotnet@v5.2.0 with: dotnet-version: '7.0.x' - name: Build diff --git a/.github/workflows/samples-dotnet-standard.yaml b/.github/workflows/samples-dotnet-standard.yaml index e69cbcf1e284..159784c94f8c 100644 --- a/.github/workflows/samples-dotnet-standard.yaml +++ b/.github/workflows/samples-dotnet-standard.yaml @@ -28,7 +28,7 @@ jobs: # - samples/client/petstore/csharp/unityWebRequest/standard2.0/Petstore/ steps: - uses: actions/checkout@v5 - - uses: actions/setup-dotnet@v5.1.0 + - uses: actions/setup-dotnet@v5.2.0 with: dotnet-version: 3.1.* - name: Build diff --git a/.github/workflows/samples-dotnet10.yaml b/.github/workflows/samples-dotnet10.yaml index fb87ff15c120..0901b1ae99ae 100644 --- a/.github/workflows/samples-dotnet10.yaml +++ b/.github/workflows/samples-dotnet10.yaml @@ -48,7 +48,7 @@ jobs: # - samples/client/petstore/csharp/unityWebRequest/net10/Petstore steps: - uses: actions/checkout@v5 - - uses: actions/setup-dotnet@v5.1.0 + - uses: actions/setup-dotnet@v5.2.0 with: dotnet-version: '10.x' - name: Build diff --git a/.github/workflows/samples-dotnet6-server.yaml b/.github/workflows/samples-dotnet6-server.yaml index 63d9e1bbe0ab..18ab9144ce45 100644 --- a/.github/workflows/samples-dotnet6-server.yaml +++ b/.github/workflows/samples-dotnet6-server.yaml @@ -25,7 +25,7 @@ jobs: - samples/server/petstore/aspnetcore-6.0-useSwashBuckle steps: - uses: actions/checkout@v5 - - uses: actions/setup-dotnet@v5.1.0 + - uses: actions/setup-dotnet@v5.2.0 with: dotnet-version: '6.0.x' - name: Build diff --git a/.github/workflows/samples-dotnet7-client.yml b/.github/workflows/samples-dotnet7-client.yml index 09ccc7c1c3b8..9e44e81958ea 100644 --- a/.github/workflows/samples-dotnet7-client.yml +++ b/.github/workflows/samples-dotnet7-client.yml @@ -43,7 +43,7 @@ jobs: - samples/client/petstore/csharp/restsharp/standard2.0/ConditionalSerialization/ steps: - uses: actions/checkout@v5 - - uses: actions/setup-dotnet@v5.1.0 + - uses: actions/setup-dotnet@v5.2.0 with: dotnet-version: '7.0.x' - name: Build diff --git a/.github/workflows/samples-dotnet8-client-echo-api.yaml b/.github/workflows/samples-dotnet8-client-echo-api.yaml index 95deba3a7b65..4e45ef5f2be6 100644 --- a/.github/workflows/samples-dotnet8-client-echo-api.yaml +++ b/.github/workflows/samples-dotnet8-client-echo-api.yaml @@ -19,7 +19,7 @@ jobs: - samples/client/echo_api/csharp/restsharp/net8/EchoApi steps: - uses: actions/checkout@v5 - - uses: actions/setup-dotnet@v5.1.0 + - uses: actions/setup-dotnet@v5.2.0 with: dotnet-version: '8.0.x' - name: Run echo server diff --git a/.github/workflows/samples-dotnet8-client.yaml b/.github/workflows/samples-dotnet8-client.yaml index b0261f58e125..c0c1577364d5 100644 --- a/.github/workflows/samples-dotnet8-client.yaml +++ b/.github/workflows/samples-dotnet8-client.yaml @@ -19,7 +19,7 @@ jobs: - samples/client/petstore/csharp/restsharp/net8/useVirtualForHooks/ steps: - uses: actions/checkout@v5 - - uses: actions/setup-dotnet@v5.1.0 + - uses: actions/setup-dotnet@v5.2.0 with: dotnet-version: '8.0.x' - name: Build diff --git a/.github/workflows/samples-dotnet8-server.yaml b/.github/workflows/samples-dotnet8-server.yaml index 67eee26f2d0d..db214883f876 100644 --- a/.github/workflows/samples-dotnet8-server.yaml +++ b/.github/workflows/samples-dotnet8-server.yaml @@ -26,7 +26,7 @@ jobs: - samples/server/petstore/aspnetcore-8.0-use-centralized-package-version-management steps: - uses: actions/checkout@v5 - - uses: actions/setup-dotnet@v5.1.0 + - uses: actions/setup-dotnet@v5.2.0 with: dotnet-version: '8.0.x' - name: Build diff --git a/.github/workflows/samples-dotnet8.yaml b/.github/workflows/samples-dotnet8.yaml index 9295b03b0eb4..6d6a8c7d264b 100644 --- a/.github/workflows/samples-dotnet8.yaml +++ b/.github/workflows/samples-dotnet8.yaml @@ -34,7 +34,7 @@ jobs: - samples/client/petstore/csharp/generichost/net8/UseDateTimeForDate steps: - uses: actions/checkout@v5 - - uses: actions/setup-dotnet@v5.1.0 + - uses: actions/setup-dotnet@v5.2.0 with: dotnet-version: '8.0.x' - name: Build diff --git a/.github/workflows/samples-dotnet9.yaml b/.github/workflows/samples-dotnet9.yaml index 3130bdcce501..59f07f3c3100 100644 --- a/.github/workflows/samples-dotnet9.yaml +++ b/.github/workflows/samples-dotnet9.yaml @@ -41,7 +41,7 @@ jobs: #- samples/client/petstore/csharp/unityWebRequest/net9/Petstore steps: - uses: actions/checkout@v5 - - uses: actions/setup-dotnet@v5.1.0 + - uses: actions/setup-dotnet@v5.2.0 with: dotnet-version: '9.0.x' - name: Build