From 5f397768acfc8e5e6040cf0ddefb74cd94f1eb92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 16:56:42 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 3.0.2 to 3.2.0 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.0.2 to 3.2.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v3.0.2...v3.2.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-minor ... 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 9c464a9e..02f1d000 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 3.1, 5.0, 6.0, 7.0 for tests - uses: actions/setup-dotnet@v3.0.3 + uses: actions/setup-dotnet@v3.2.0 with: dotnet-version: | 3.1.x @@ -72,7 +72,7 @@ jobs: uses: microsoft/setup-msbuild@v1.3.1 - name: Setup .NET 3.0, 3.1, 5.0, 6.0, 7.0 - uses: actions/setup-dotnet@v3.0.2 + uses: actions/setup-dotnet@v3.2.0 with: dotnet-version: | 3.0