From 1e4d726cf02decd9f1cf5f2b23718e9411b9ed8f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 17 Apr 2026 10:50:11 +0000 Subject: [PATCH] Update default Microsoft Git version to v2.53.0.vfs.0.7 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f6e9d8758..674bb2ff9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -23,7 +23,7 @@ permissions: actions: read env: - GIT_VERSION: ${{ github.event.inputs.git_version || 'v2.53.0.vfs.0.6' }} + GIT_VERSION: ${{ github.event.inputs.git_version || 'v2.53.0.vfs.0.7' }} jobs: validate: