From 4cd93cb934f4e8b04f913db49581562bdeeb3acc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 17:02:53 +0000 Subject: [PATCH] build(deps): update gittools/actions action to v4.5.0 --- .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 eb836dde9..100037659 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -149,15 +149,15 @@ jobs: rm global.json mkdir -p build/obj - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v4.4.2 + uses: gittools/actions/gitversion/setup@v4.5.0 with: versionSpec: "6.5.x" - name: Run GitVersion - uses: gittools/actions/gitversion/command@v4.4.2 + uses: gittools/actions/gitversion/command@v4.5.0 with: arguments: '/output file /outputfile "build/obj/gitversion.json"' - name: Update project files with GitVersion - uses: gittools/actions/gitversion/command@v4.4.2 + uses: gittools/actions/gitversion/command@v4.5.0 with: arguments: "/updateprojectfiles" - name: Copy GitVersion data