From 30ff0d7ca9c01cc6bea7e9b0914493223645956f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:16:32 +0800 Subject: [PATCH] Bump actions/setup-dotnet from 4.0.1 to 4.1.0 (#19971) Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.0.1 to 4.1.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v4.0.1...v4.1.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/samples-dotnet-standard.yaml | 2 +- .github/workflows/samples-dotnet.yaml | 2 +- .github/workflows/samples-dotnet6-client-echo-api.yaml | 2 +- .github/workflows/samples-dotnet6-client.yaml | 2 +- .github/workflows/samples-dotnet6-server.yaml | 2 +- .github/workflows/samples-dotnet8-server.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/samples-dotnet-standard.yaml b/.github/workflows/samples-dotnet-standard.yaml index dae16d82d60..13389ca6b31 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.0.1 + - uses: actions/setup-dotnet@v4.1.0 with: dotnet-version: 3.1.* - name: Build diff --git a/.github/workflows/samples-dotnet.yaml b/.github/workflows/samples-dotnet.yaml index 89740bcbca2..f5437863780 100644 --- a/.github/workflows/samples-dotnet.yaml +++ b/.github/workflows/samples-dotnet.yaml @@ -37,7 +37,7 @@ jobs: - samples/client/petstore/csharp/generichost/net8/UseDateTimeForDate steps: - uses: actions/checkout@v4 - - uses: actions/setup-dotnet@v4.0.1 + - uses: actions/setup-dotnet@v4.1.0 with: dotnet-version: '8.0.x' - name: Build diff --git a/.github/workflows/samples-dotnet6-client-echo-api.yaml b/.github/workflows/samples-dotnet6-client-echo-api.yaml index 2aff7759f4f..e384ef5b74b 100644 --- a/.github/workflows/samples-dotnet6-client-echo-api.yaml +++ b/.github/workflows/samples-dotnet6-client-echo-api.yaml @@ -19,7 +19,7 @@ jobs: - samples/client/echo_api/csharp-restsharp/ steps: - uses: actions/checkout@v4 - - uses: actions/setup-dotnet@v4.0.1 + - uses: actions/setup-dotnet@v4.1.0 with: dotnet-version: '6.0.x' - name: Run echo server diff --git a/.github/workflows/samples-dotnet6-client.yaml b/.github/workflows/samples-dotnet6-client.yaml index da359f76f69..87c099b4c17 100644 --- a/.github/workflows/samples-dotnet6-client.yaml +++ b/.github/workflows/samples-dotnet6-client.yaml @@ -18,7 +18,7 @@ jobs: - samples/client/petstore/csharp/restsharp/net6/ParameterMappings/ steps: - uses: actions/checkout@v4 - - uses: actions/setup-dotnet@v4.0.1 + - uses: actions/setup-dotnet@v4.1.0 with: dotnet-version: '6.0.x' - name: Build diff --git a/.github/workflows/samples-dotnet6-server.yaml b/.github/workflows/samples-dotnet6-server.yaml index a72f0ac5b95..32b313ce713 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.0.1 + - uses: actions/setup-dotnet@v4.1.0 with: dotnet-version: '6.0.x' - name: Build diff --git a/.github/workflows/samples-dotnet8-server.yaml b/.github/workflows/samples-dotnet8-server.yaml index 817455aa4d7..0b8a9ac99d9 100644 --- a/.github/workflows/samples-dotnet8-server.yaml +++ b/.github/workflows/samples-dotnet8-server.yaml @@ -25,7 +25,7 @@ jobs: - samples/server/petstore/aspnetcore-8.0-useSwashBuckle steps: - uses: actions/checkout@v4 - - uses: actions/setup-dotnet@v4.0.1 + - uses: actions/setup-dotnet@v4.1.0 with: dotnet-version: '8.0.x' - name: Build