diff --git a/.github/workflows/samples-aspnet-fastenpoints-server.yaml b/.github/workflows/samples-aspnet-fastenpoints-server.yaml index 409637b97a51..89f930ec9861 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.0.1 + - uses: actions/setup-dotnet@v5.1.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 8a067816ad9e..4fa674037806 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.0.1 + - uses: actions/setup-dotnet@v5.1.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 c9998f6ad411..e69cbcf1e284 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.0.1 + - uses: actions/setup-dotnet@v5.1.0 with: dotnet-version: 3.1.* - name: Build diff --git a/.github/workflows/samples-dotnet10.yaml b/.github/workflows/samples-dotnet10.yaml index 7bc070bbf867..fb87ff15c120 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.0.1 + - uses: actions/setup-dotnet@v5.1.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 a6fee9712e93..63d9e1bbe0ab 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.0.1 + - uses: actions/setup-dotnet@v5.1.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 ec06e4e5bf5b..09ccc7c1c3b8 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.0.1 + - uses: actions/setup-dotnet@v5.1.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 d8138e0e2d29..95deba3a7b65 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.0.1 + - uses: actions/setup-dotnet@v5.1.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 ee6daebc4475..b0261f58e125 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.0.1 + - uses: actions/setup-dotnet@v5.1.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 8edb38b4060c..67eee26f2d0d 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.0.1 + - uses: actions/setup-dotnet@v5.1.0 with: dotnet-version: '8.0.x' - name: Build diff --git a/.github/workflows/samples-dotnet8.yaml b/.github/workflows/samples-dotnet8.yaml index 0b9ff79ec55f..9295b03b0eb4 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.0.1 + - uses: actions/setup-dotnet@v5.1.0 with: dotnet-version: '8.0.x' - name: Build diff --git a/.github/workflows/samples-dotnet9.yaml b/.github/workflows/samples-dotnet9.yaml index 8cf62974f721..3130bdcce501 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.0.1 + - uses: actions/setup-dotnet@v5.1.0 with: dotnet-version: '9.0.x' - name: Build