diff --git a/.github/workflows/samples-aspnet-fastenpoints-server.yaml b/.github/workflows/samples-aspnet-fastenpoints-server.yaml index 0199a8ff826..db1c32f3d03 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@v4 - - uses: actions/setup-dotnet@v4.3.0 + - uses: actions/setup-dotnet@v4.3.1 with: dotnet-version: '8.0.x' - name: Build diff --git a/.github/workflows/samples-dotnet-standard.yaml b/.github/workflows/samples-dotnet-standard.yaml index 9728df753f7..bf46cb19e25 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@v4 - - uses: actions/setup-dotnet@v4.3.0 + - uses: actions/setup-dotnet@v4.3.1 with: dotnet-version: 3.1.* - name: Build diff --git a/.github/workflows/samples-dotnet6-server.yaml b/.github/workflows/samples-dotnet6-server.yaml index 8dd50649136..f684742d205 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@v4 - - uses: actions/setup-dotnet@v4.3.0 + - uses: actions/setup-dotnet@v4.3.1 with: dotnet-version: '6.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 d7c0b0a8d4e..84f5b358071 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@v4 - - uses: actions/setup-dotnet@v4.3.0 + - uses: actions/setup-dotnet@v4.3.1 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 4bb9e894bdd..da3cc3269a6 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@v4 - - uses: actions/setup-dotnet@v4.3.0 + - uses: actions/setup-dotnet@v4.3.1 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 d67fa89d585..b5418e990d6 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@v4 - - uses: actions/setup-dotnet@v4.3.0 + - uses: actions/setup-dotnet@v4.3.1 with: dotnet-version: '8.0.x' - name: Build diff --git a/.github/workflows/samples-dotnet8.yaml b/.github/workflows/samples-dotnet8.yaml index f024df50f9b..13d762eb585 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@v4 - - uses: actions/setup-dotnet@v4.3.0 + - uses: actions/setup-dotnet@v4.3.1 with: dotnet-version: '8.0.x' - name: Build diff --git a/.github/workflows/samples-dotnet9.yaml b/.github/workflows/samples-dotnet9.yaml index c32487ad5c4..c19ecdc42dd 100644 --- a/.github/workflows/samples-dotnet9.yaml +++ b/.github/workflows/samples-dotnet9.yaml @@ -43,7 +43,7 @@ jobs: #- samples/client/petstore/csharp/unityWebRequest/net9/Petstore steps: - uses: actions/checkout@v4 - - uses: actions/setup-dotnet@v4.3.0 + - uses: actions/setup-dotnet@v4.3.1 with: dotnet-version: '9.0.101' - name: Build