From 8298c56d783441f91fd5c0717d99514f3892c8df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 19:00:36 +0000 Subject: [PATCH] chore(deps): update dependency windows to v2025 --- .github/workflows/dotnet-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-build.yml b/.github/workflows/dotnet-build.yml index 8e04b2dd..a3211d48 100644 --- a/.github/workflows/dotnet-build.yml +++ b/.github/workflows/dotnet-build.yml @@ -55,7 +55,7 @@ jobs: release: if: github.ref_type == 'tag' needs: build - runs-on: windows-2022 + runs-on: windows-2025 permissions: contents: write discussions: write