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 }}