From 9bd6886b4f3b8584d21dd4bb9e1072af355d1153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 07:52:55 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 5.1.0 to 5.2.0 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/Library.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Library.yaml b/.github/workflows/Library.yaml index efbc4b8..824e5d6 100644 --- a/.github/workflows/Library.yaml +++ b/.github/workflows/Library.yaml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v6.0.2 - name: Setup .NET - uses: actions/setup-dotnet@v5.1.0 + uses: actions/setup-dotnet@v5.2.0 with: dotnet-version: 9.0