From 8106a0c0074ac3865eea9c07a26fb00d6b069cfa Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Tue, 11 Aug 2026 20:17:39 +0200 Subject: [PATCH] Update default Microsoft Git version to v2.55.0.vfs.0.8 --- .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 e550568da..d0b4a4509 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.55.0.vfs.0.6' }} + GIT_VERSION: ${{ github.event.inputs.git_version || 'v2.55.0.vfs.0.8' }} jobs: validate: