From 01ff476e1d4bde57e08a7bf41c3f4d47c081cf2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 21:31:17 +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 5715fbb..8e0c3cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,10 +16,10 @@ jobs: with: fetch-depth: 0 show-progress: false - - uses: gittools/actions/gitversion/setup@v3.2.1 + - uses: gittools/actions/gitversion/setup@v4.0.1 with: versionSpec: '5.12.x' - - uses: gittools/actions/gitversion/execute@v3.2.1 + - uses: gittools/actions/gitversion/execute@v4.0.1 id: gitversion - if: github.ref_type != 'tag' run: npm version --no-git-tag-version ${{steps.gitversion.outputs.nuGetVersion}}-${{steps.gitversion.outputs.shortSha}}