From 6a2670a755f5137ad7f92c1b757a819f454c5228 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 07:53:07 +0000 Subject: [PATCH] Update gittools/actions action to v3.2.1 --- .github/workflows/helm_push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm_push.yml b/.github/workflows/helm_push.yml index 406a7d32f1..bccc9286de 100644 --- a/.github/workflows/helm_push.yml +++ b/.github/workflows/helm_push.yml @@ -42,10 +42,10 @@ jobs: name: Prepare to build from branch run: | git switch --force-create ${{ inputs.branch }} origin/${{ inputs.branch }} - - uses: gittools/actions/gitversion/setup@v3.0.0 + - uses: gittools/actions/gitversion/setup@v3.2.1 with: versionSpec: 5.x - - uses: gittools/actions/gitversion/execute@v3.0.0 + - uses: gittools/actions/gitversion/execute@v3.2.1 id: calculate-semver with: targetPath: ${{ env.CHARTS_DIR }}