From c6bb9ccfca9aa86306f00659ad95b8cc567e771f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 06:04:56 +0000 Subject: [PATCH] Bump nuget/setup-nuget from 2.0.1 to 2.0.2 Bumps [nuget/setup-nuget](https://github.com/nuget/setup-nuget) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/nuget/setup-nuget/releases) - [Commits](https://github.com/nuget/setup-nuget/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: nuget/setup-nuget dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/Automation Master Legacy Workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Automation Master Legacy Workflow.yml b/.github/workflows/Automation Master Legacy Workflow.yml index 58f3034..f859de6 100644 --- a/.github/workflows/Automation Master Legacy Workflow.yml +++ b/.github/workflows/Automation Master Legacy Workflow.yml @@ -368,7 +368,7 @@ jobs: - uses: actions/checkout@v6 - name: Set up NuGet - uses: nuget/setup-nuget@v2.0.1 + uses: nuget/setup-nuget@v2.0.2 - name: Find solution file id: findSlnFile