From 5dee53ed9f712283736480fae728feeb728a8ab1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 18:16:40 +0000 Subject: [PATCH] Update gittools/actions action to v4 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index beba5a4..ff132c6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,10 +9,10 @@ jobs: - uses: actions/checkout@v6 with: fetch-depth: 0 - - uses: gittools/actions/gitversion/setup@v0.13.6 + - uses: gittools/actions/gitversion/setup@v4.4.2 with: versionSpec: '5.12.x' - - uses: gittools/actions/gitversion/execute@v0.13.6 + - uses: gittools/actions/gitversion/execute@v4.4.2 id: gitversion - name: Set version (release) if: github.ref_type == 'tag'