From 7dc44959709c4ba33e7505881408da764c9d9fcf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 19:34:03 +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 472d1ac8..113ad0c3 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