From a55cc16541173704669a2d88a61c3de33d8923d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 16:42:33 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 3.2.0 to 4.0.0 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.2.0 to 4.0.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v3.2.0...v4.0.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-nuget.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-nuget.yml b/.github/workflows/publish-nuget.yml index 03cd8037..1c68c43d 100644 --- a/.github/workflows/publish-nuget.yml +++ b/.github/workflows/publish-nuget.yml @@ -23,7 +23,7 @@ jobs: # uses: microsoft/setup-msbuild@v1.1.3 - name: Setup .NET 6.0, 7.0, 8.0 for tests - uses: actions/setup-dotnet@v3.2.0 + uses: actions/setup-dotnet@v4.0.0 with: dotnet-version: | 6.0.x @@ -68,7 +68,7 @@ jobs: uses: microsoft/setup-msbuild@v1.3.1 - name: Setup .NET 6.0, 7.0, 8.0 - uses: actions/setup-dotnet@v3.2.0 + uses: actions/setup-dotnet@v4.0.0 with: dotnet-version: | 6.0.x