From a5e3707c4e745710968066118c4b8bc19489e0f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 23:02:13 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 5.0.0 to 5.0.1 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/samples-aspnet-fastenpoints-server.yaml | 2 +- .github/workflows/samples-dotnet-petstore.yml | 2 +- .github/workflows/samples-dotnet-standard.yaml | 2 +- .github/workflows/samples-dotnet6-server.yaml | 2 +- .github/workflows/samples-dotnet7-client.yml | 2 +- .github/workflows/samples-dotnet8-client-echo-api.yaml | 2 +- .github/workflows/samples-dotnet8-client.yaml | 2 +- .github/workflows/samples-dotnet8-server.yaml | 2 +- .github/workflows/samples-dotnet8.yaml | 2 +- .github/workflows/samples-dotnet9.yaml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/samples-aspnet-fastenpoints-server.yaml b/.github/workflows/samples-aspnet-fastenpoints-server.yaml index 2cf48ec85e31..409637b97a51 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.0 + - uses: actions/setup-dotnet@v5.0.1 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 6a97c8f11925..8a067816ad9e 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.0 + - uses: actions/setup-dotnet@v5.0.1 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 06e88d33db67..8ff7d19790a9 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.0 + - uses: actions/setup-dotnet@v5.0.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 cad6462c06c2..a6fee9712e93 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.0 + - uses: actions/setup-dotnet@v5.0.1 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 f4cbfb61c088..ec06e4e5bf5b 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.0 + - uses: actions/setup-dotnet@v5.0.1 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 39b7d37a33b5..d8138e0e2d29 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.0 + - uses: actions/setup-dotnet@v5.0.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 561e2871710a..ee6daebc4475 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.0 + - uses: actions/setup-dotnet@v5.0.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 010ea175b221..8edb38b4060c 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.0 + - uses: actions/setup-dotnet@v5.0.1 with: dotnet-version: '8.0.x' - name: Build diff --git a/.github/workflows/samples-dotnet8.yaml b/.github/workflows/samples-dotnet8.yaml index 38e5978a5568..316586ad6a17 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.0 + - uses: actions/setup-dotnet@v5.0.1 with: dotnet-version: '8.0.x' - name: Build diff --git a/.github/workflows/samples-dotnet9.yaml b/.github/workflows/samples-dotnet9.yaml index fe500ec82855..2d05f67ae16c 100644 --- a/.github/workflows/samples-dotnet9.yaml +++ b/.github/workflows/samples-dotnet9.yaml @@ -48,7 +48,7 @@ jobs: #- samples/client/petstore/csharp/unityWebRequest/net9/Petstore steps: - uses: actions/checkout@v5 - - uses: actions/setup-dotnet@v5.0.0 + - uses: actions/setup-dotnet@v5.0.1 with: dotnet-version: '9.0.101' - name: Build