From cb32319c43119ae7523bc24ce9837592d60313ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 11:05:46 +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/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b1429ac..ee491c4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: fetch-depth: 0 submodules: recursive - name: Set up .NET - uses: actions/setup-dotnet@v5.1.0 + uses: actions/setup-dotnet@v5.2.0 - name: Run Cake run: | ./cake diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f04fe0..a0856a1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 submodules: recursive - name: Set up .NET - uses: actions/setup-dotnet@v5.1.0 + uses: actions/setup-dotnet@v5.2.0 - name: Run Cake run: | ./cake upload