From 00432793a17411d0d5e148e8006623047c61ec9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 17:05:51 +0300 Subject: [PATCH] Update gittools/actions action to v0.13.2 (#2932) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> (cherry picked from commit 2d9e16ea68abfb529a37c82481348d8c7831cafd) --- .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 8acb75d301..18a7537a05 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@v0.12.0 + - uses: gittools/actions/gitversion/setup@v0.13.2 with: versionSpec: 5.x - - uses: gittools/actions/gitversion/execute@v0.12.0 + - uses: gittools/actions/gitversion/execute@v0.13.2 id: calculate-semver with: targetPath: ${{ env.CHARTS_DIR }}