From 3d55491f388f6feb48c6707d34fda2772ab3f266 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 8 Jun 2026 08:20:34 +0000 Subject: [PATCH] Update default Microsoft Git version to v2.54.0.vfs.0.2 --- .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 1aaa7ba42..e517316ea 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -24,7 +24,7 @@ permissions: checks: read env: - GIT_VERSION: ${{ github.event.inputs.git_version || 'v2.53.0.vfs.0.7' }} + GIT_VERSION: ${{ github.event.inputs.git_version || 'v2.54.0.vfs.0.2' }} jobs: validate: