From 6a397c250b2b82b4d1c4cebc7e4475f64928fd79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 12:56:35 +0000 Subject: [PATCH] build(deps): update gittools/actions action to v4.3.2 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b8661d33..32d489c7f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -145,15 +145,15 @@ jobs: rm global.json mkdir -p build/obj - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v4.2.0 + uses: gittools/actions/gitversion/setup@v4.3.2 with: versionSpec: "6.5.x" - name: Run GitVersion - uses: gittools/actions/gitversion/command@v4.2.0 + uses: gittools/actions/gitversion/command@v4.3.2 with: arguments: '/output file /outputfile "build/obj/gitversion.json"' - name: Update project files with GitVersion - uses: gittools/actions/gitversion/command@v4.2.0 + uses: gittools/actions/gitversion/command@v4.3.2 with: arguments: "/updateprojectfiles" - name: Copy GitVersion data